gravity123
Junior Member level 1
- Joined
- Mar 30, 2011
- Messages
- 15
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,416
I am trying to interface lcd in 4 bit mode ..
I stucked in where the initialization
According to data sheet ,what hex value give for 4bit mode after power on the LCD.
I googled and searched in edaboard most of the people give it value 0x38 three times with delay
i think it is 0x28 for 4 bit mode (2line)
please guide me ?
see the algorithm
Thanks
i am initialising
LCD ON
delay(); 15ms
command instruction giving 0x28 //4 bit mode
delay(); 4.1ms
command(0x28);
delay(); 100mirco secod
command (0x28)
is it correct ?
why gives 3 times this ?
I stucked in where the initialization
According to data sheet ,what hex value give for 4bit mode after power on the LCD.
I googled and searched in edaboard most of the people give it value 0x38 three times with delay
i think it is 0x28 for 4 bit mode (2line)
please guide me ?
see the algorithm
Thanks
i am initialising
LCD ON
delay(); 15ms
command instruction giving 0x28 //4 bit mode
delay(); 4.1ms
command(0x28);
delay(); 100mirco secod
command (0x28)
is it correct ?
why gives 3 times this ?
Last edited: