Hey,
I am trying to access the 3rd and 4th lines of a 16x4 LCD module.
datasheet:
https://www.electro-tech-online.com/custompdfs/2012/03/LCM-S01604DSF.pdf
According to this forum post:
https://www.electro-tech-online.com/threads/broken-4x20-lcd-hitachi-44780.33554/
line 3 is a continuation of line1, and line 4 is a continuation of line 2, and line 2 always begins at DDRAM 0x40... So for line 3 I have tried DDRAM address 0x10 (0x00 +16), and for line 4 I have tried DDRAM address 0x50 (0x40 + 16), but my characters aren't displayed for either.
If I set the DDRAM address as 0x40, my characters ARE displayed on line 2.
Any help would be appreciated.
I am trying to access the 3rd and 4th lines of a 16x4 LCD module.
datasheet:
https://www.electro-tech-online.com/custompdfs/2012/03/LCM-S01604DSF.pdf
According to this forum post:
https://www.electro-tech-online.com/threads/broken-4x20-lcd-hitachi-44780.33554/
line 3 is a continuation of line1, and line 4 is a continuation of line 2, and line 2 always begins at DDRAM 0x40... So for line 3 I have tried DDRAM address 0x10 (0x00 +16), and for line 4 I have tried DDRAM address 0x50 (0x40 + 16), but my characters aren't displayed for either.
If I set the DDRAM address as 0x40, my characters ARE displayed on line 2.
Any help would be appreciated.