Venkadesh_M
Advanced Member level 4
- Joined
- Jun 26, 2013
- Messages
- 1,374
- Helped
- 258
- Reputation
- 516
- Reaction score
- 254
- Trophy points
- 1,363
- Location
- Coimbatore, India
- Activity points
- 8,020
Hi all,
I am using PIC 16f877A with lcd jhd 162a. I am trying to interfacing in a 4 bit mode.
I am doing all this
sending command as said in manual and followed by data
but i am getting clear screen on first line and block boxes on second line.
after that i am sending data to LCD
I am very new to lcd please help me.....
I am using PIC 16f877A with lcd jhd 162a. I am trying to interfacing in a 4 bit mode.
I am doing all this
sending command as said in manual and followed by data
but i am getting clear screen on first line and block boxes on second line.
Code:
0x3
0x3
0x3
0x28 //for 4 bit mode
0x08
0x38
0x01 // clear display
I am very new to lcd please help me.....