I thought this was only necessary if you do not use the standard setup....
I tried and it did not change anything. So.
I got this:
Code:Define OSC 20 DEFINE LCD_DREG PORTB DEFINE LCD_DBIT 0 DEFINE LCD_RSREG PORTB DEFINE LCD_RSBIT 4 DEFINE LCD_EREG PORTB DEFINE LCD_EBIT 5 DEFINE LCD_BITS 4 DEFINE LCD_LINES 2 DEFINE LCD_COMMANDUS 2000 DEFINE LCD_DATAUS 50 Go: LCDOUT "Geez" Sleep 100 GOTO Go
Bookmarks