I am trying to get text characters to come up on my liquid crystal LCD screen. It's a 16x2 screen. It only uses four pins... GND, 5 V, SCL, and SDA pins. I'm not sure how to program it since all I'm finding online is how to program it if my screen has 16 pins to connect for programming. I believe the address for my LCD screen is 0x27.
Asked
Active
Viewed 2,947 times
0
-
2Take a look at [this](http://arduino.cc/playground/Code/LCDi2c) – Sibster Apr 18 '12 at 05:01
1 Answers
3
Check out this page on the Arduino playground that has some libraries for certain LCD I2C displays.
Your specific model may not have an Arduino library for it.

sinaptik
- 331
- 5
- 15