Currently I'm doing this in the following way:
C=number of line*8 where text had to be displayed.Code:FOR X=0 TO 17 step 2 'READ ARRAY INTO VARIABLE, ARRAY MEMBER CHAR=EEPROM OFFSET Y=topline[x] Z=topline[x+1] 'READ INTO VARIABLE AS TWINS FOR I=0 TO 7 'HELPER LOOP FOR CHARACTER READING READ Y+I,A 'READ EEPROM BYTES INTO VAR READ Z+I,B LCDOUT $FE,$80+i+c 'UPDATE Y POSITION LCDOUT $FE,$80+x/2 'UPDATE X POSITION if y=255 then a=0 if z=255 then b=0 'blanker for space display LCDOUT a LCDOUT b 'WRITE TO SCREEN NEXT I NEXT X
![]()




Bookmarks