Thanks! Now is workingI had problems with "LCD connections" but now i change and is fine
another question... can i show in my lcd a "variable"? I mean a character that changes?
Thanks! Now is workingI had problems with "LCD connections" but now i change and is fine
another question... can i show in my lcd a "variable"? I mean a character that changes?
Code:myVar VAR BYTE For myVar = 0 to 255 LCDOUT $FE, 1, #myVAR PAUSE 1000 NEXT
Bookmarks