Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top