Assuming $80 is line 1/0 then we can add
PAUSE 2 ; Let command finish
LCD_Data = $80
gosub LCD_Write_
to position the cursor. As this is a command it goes before we switch to data mode like this
PAUSE 2 ; Let command finish
LCD_Data = $80
gosub LCD_Write_
PAUSE 2 ; Let command finish
LCD_RS = 1 ' this is data
goto main
Bookmarks