Datasheet Summary
Tianma Microelectronics (USA) Inc
Software:
$MOD751 m o .c U 4 t e e h S a at .D w w w
; ; ; ; ; ; ; ; ; ; The processor clock speed is 16MHz. Cycle time is .750mS. Demo software to display a bonsai tree bitmap image and 4 lines of text on a 320 x 240 LCD. org ljmp 00h start org 100h ; Initialize the 32241 ; Text page 0000h 04afh ; Graphics page 04b0h 2a2fh start: mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall mov lcall r1,#40h m32 dptr,#msg1 data32 r1,#44h m32 dptr,#msg2 data32 r1,#5dh m32 dptr,#msg3 data32 r1,#4ch m32 r1,#5ah m32 dptr,#msg18 data32 r1,#5bh m32 dptr,#msg4 data32 r1,#59h m32...