Hi guys,
i'm changing my lcd wires from the stardard configuration but i'm not getting this to work ( maybe it's too late and cant think right ) !!!
The idea is to:
lcd RS to pic RA4
lcd E to pic RB4
lcd DB to pic RB0,RB1,RB2,RB3
i'm using these defines:
Define LCD_DREG PORTB
Define LCD_DBIT 0
Define LCD_RSREG PORTA
Define LCD_RSBIT 4
Define LCD_EREG PORTB
Define LCD_EBIT 4
thanks
Bookmarks