0

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Eduardo
  • 43
  • 2
  • 12

1 Answers1

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