Shop OBEX P1 Docs P2 Docs Learn Events
LCD 4 lines — Parallax Forums

LCD 4 lines

SabaiSabai Posts: 27
edited 2009-10-20 20:43 in BASIC Stamp
Got a problem that same of you for sure can answer.

I got a LCD 16 * 2 with Hitachi HD44780 controller works great. But now I got a LCD 20 * 4 with the same controller.

I got this two lines to set the address:
LcdLine1        CON     $80                     ' DDRAM address of line 1
LcdLine2        CON     $C0                     ' DDRAM address of line 2



What is the DDRAM address for line 3 and 4?

Comments

Sign In or Register to comment.