Hi: I'm a new user of this forum and hope I do it right.
hmmm.whel Here is my Question:
I got a PIC18F458 and 4bit connected LCD Display
connected as follow
DEFINE LCD_DREG PORTC
DEFINE LCD_DBIT 0
DEFINE LCD_RSREG PORTE
DEFINE LCD_RSBIT 2
DEFINE LCD_EREG PORTC
DEFINE LCD_EBIT 4
DEFINE LCD_BITS 4
DEFINE LCD_LINES 2
DEFINE LCD_RWREG 0
DEFINE LCD_RWBIT 0
DEFINE LCD_COMMANDUS 5000
DEFINE LCD_DATAUS 100
DEFINE LCD_INITMS 100
I also set ADCON to I/O state.
The display show the chars I want but it don't
take the $ commands at all so
I't will not clear display or change row I only got the
charWalue and cursor jump displayed.
Do you got a' clue of what it can depend on?
ps: exuse my inglish but it i think it's better than your
swedish
Bookmarks