This is the file that will run the 16x2 LCD that comes with my development board What do I need to integrate this into a program to output 4 to 6 var words two at a time. 16F877 Thanks Again all for putting up with my ignorance!
DEFINE LCD_DREG PORTD
DEFINE LCD_DBIT 4
DEFINE LCD_RSREG PORTD
DEFINE LCD_RSBIT 2
DEFINE LCD_EREG PORTD
DEFINE LCD_EBIT 3
DEFINE LCD_BITS 4
DEFINE LCD_LINES 2
LCDOUT $FE,1," var word stuff here "
LCDOUT $FE,$C0," var word bla here "
etc.
Bookmarks