Quote Originally Posted by Demon View Post
I kept going through it thinking I was missing something obvious.
Robert
Not that I can see but then I always wonder if I am missing something whether it is obvious or not.

Code:
LCD_CMD = $44   
GOSUB LCDWRITE
LCD_CMD = $48
GOSUB LCDWRITE
LCD_CMD = $44   
GOSUB LCDWRITE
LCD_CMD = $45
GOSUB LCDWRITE
LCD_CMD = $44   
GOSUB LCDWRITE
LCD_CMD = $4C
GOSUB LCDWRITE
I have been trying to work out what the $44 do because they are not printed on the screen.