> There apparently are conflicts.
http://www.picbasic.co.uk/forum/showthread.php?t=561
> There apparently are conflicts.
http://www.picbasic.co.uk/forum/showthread.php?t=561
Just worked out how it needs to be done.
For 16F877A, need to add this code on top:
ADCON1=%00000111
DEFINE LCD_DREG PORTD
DEFINE LCD_DBIT 4
DEFINE LCD_RSREG PORTA
DEFINE LCD_RSBIT 1
DEFINE LCD_EREG PORTA
DEFINE LCD_EBIT 3
DEFINE LCD_BITS 4
DEFINE LCD_LINES 2
LOW PORTA.2
Then just use LCDOUT and it will work.
BR
No question left un answered, even 3 years later!![]()
-Bert
The glass is not half full or half empty, Its twice as big as needed for the job!
http://foamcasualty.com/ - Warbird R/C scratch building with foam!
Yeah, i just decided to post the solution as it was a top google result and had +1500 viewings
BR
Bookmarks