I had a go at loading a couple of custom characters with no success, so I thought I'd make my name move across the screen. Here's a part of the program.
The trouble is, on the third line down of the LCD (first square) my name also appears there. Could I when trying to load a custom character have inadvertently done something to the CGRAM setting? I then thought maybe it's the cursor so I turned that off with no joy, name moves across the screen still and also 1'st square third line.
Code:
MAIN:
pause 1000
LCDOUT $FE,$0C 'Cursor off
PAUSE 50
LCDOUT $FE,1," *"
pause 500
LCDOUT $FE,1," *D"
pause 500
LCDOUT $FE,1," *DA"
PAUSE 500
LCDOUT $FE,1," *DAV"
PAUSE 500
LCDOUT $FE,1," *DAVE"
Nice work on the website by the way.
Dave
Bookmarks