- This topic has 2 replies, 3 voices, and was last updated 10 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › About 4 line character LCD
What is the address for displaying characters on 3rd and 4th line in 4 line character LCD.
1st line address 0x80
2nd line address 0x90
3rd line address 0xC0
4th line address 0xD0
Check you LCD if its a 16×4 then just add 16 to 0x80 address which the address of 1st line in 16×4 LCD and same is for 20×4 LCD add 20 to the address 0x80 the value u get after addition will be the address of 3rd line and the same is for 4th line add 20 to the address 0xC0.