Skip to Content

LCD1602 Blue Backlight – I2C Interface (4‑Pin)

LCD1602 Blue Backlight – I²C Interface (4‑Pin)

A compact 16×2 character LCD with blue LED backlight, using a PCF8574 I²C module for easy wiring. Ideal for Arduino, Raspberry Pi, and microcontroller projects.

🔋 Key Specifications

ParameterValue
Supply Voltage (VCC)3.0 – 5.2 V github.com+11files.waveshare.com+11protosupplies.com+11vishay.com+9handsontec.com+9github.com+9
Supply Current (LCD only)≈0.55–0.8 mA (internal oscillator)
Backlight Supply5 V (through I²C board) — additional ≈20 mA for LED
I²C AddressTypically 0x27 or 0x3F; configurable via solder jumpers
Operating Temp. Range–20 °C to 70 °C
DimensionsPCB ≈80×36×13 mm; visible area ≈64×16 mm

🔌 Wiring Guide (Arduino Uno)

I²C Module PinArduino Uno Pin
VCC5 V
GNDGND
SDAA4
SCLA5

🧩 Library & Installation in Arduino IDE

Recommended Libraries

How to Install

  1. Library Manager:
    As noted, search and click Install.

  2. Manual ZIP File Installation:
    Download from GitHub, then in IDE: Sketch → Include Library → Add .ZIP Library…, and select the downloaded .zip files.waveshare.com+3docs.sunfounder.com+3handsontec.com+3

💻 Example Code

cpp
CopyEdit
#include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); // Adjust address if needed (0x3F) void setup() { lcd.init(); lcd.backlight(); lcd.setCursor(0, 0); lcd.print("Hello, LCD1602!"); } void loop() {}

▶️ YouTube Tutorial (copy-paste friendly)

https://www.youtube.com/watch?v=CvqHkXeXN3M

(I²C 16×2 LCD setup with Arduino) verical.com+2docs.sunfounder.com+2protosupplies.com+2docs.sunfounder.com+5scribd.com+5files.waveshare.com+5

📄 Datasheet Link

Complete technical details are here:

LCD1602 I²C Module PDF — Waveshare

140.00 LE 140.00 LE

This combination does not exist.

Display lcd