16x2 LCD (I2C)

Displays

Also known as: 16x2 Character LCD, 1602 LCD, HD44780 LCD

16x2 LCD (I2C) pinout diagram
PinNameFunction
1VSSGround
2VDDPower supply
3V0Contrast adjustment (potentiometer)
4RSRegister select (command/data)
5R/WRead/Write select
6EEnable (clock/latch signal)
7D0Data bit 0
8D1Data bit 1
9D2Data bit 2
10D3Data bit 3
11D4Data bit 4
12D5Data bit 5
13D6Data bit 6
14D7Data bit 7
15A (LED+)Backlight anode
16K (LED-)Backlight cathode

Summary

16-character, 2-line text display using the standard HD44780 controller. Most hobbyists add a small I2C backpack board on top — it solders directly onto all 16 pins and exposes just 4 wires (GND, VCC, SDA, SCL) to connect to your MCU, so you don't have to wire all 16 pins yourself.