Lesson 5: 1602 LCD Display Module
(1).Description:

With I2C communication module, this is a display module that can show 2 lines with 16 characters per line.
It shows blue background and white word and connects to I2C interface of MCU, which highly save the MCU resources.
On the back of LCD display, there is a blue potentiometer for adjusting the backlight. The communication address defaults to 0x27.
The original 1602 LCD can start and run with 11 IO ports, but ours is built with ARDUINOIIC/I2C interface, saving 9 IO ports. Alternatively, the module comes with 4 positioning holes with a diameter of 3mm, which is convenient for you to fix on other devices.
(2).Parameters:
I2C address: 0x27
Backlight (blue, white)
Power supply voltage: 5V
Adjustable contrast
GND: A pin that connects to ground
VCC: A pin that connects to a +5V power supply
SDA: A pin that connects to analog port A4 for IIC communication
SCL: A pin that connects to analog port A5 for IIC communication
(3).You need to prepare:
Control Board*1 |
USB Cable*1 |
LCD Display*1 |
4P-1P F-F DuPon Wire |
|---|---|---|---|
|
|
|
|
(4)Connection Diagram
Pin Connection Table |
|
|---|---|
Pin of the LCD Display |
Pin of Control Board |
GND |
G(GND) |
VCC |
V(5V) |
SDA |
A4 |
SCL |
A5 |







