Pick up your orders anytime, hassle-free!
Orders placed by 2:00 PM are shipped the same day. Delivered within 24h!
Reliable products, worry-free!
Unused items? No questions asked!
1602 LCD with soldered I²C module (pre-assembled) – a simple and tidy solution to add text display to your projects. With the I²C interface already mounted on the back of the screen, you only need 4 wires (VCC, GND, SDA, SCL), with no extra data/control pins. The display is HD44780-compatible, offers 2 lines of 16 characters each, an on-board contrast trimmer, and controllable backlight. Ideal for Arduino/GroundStudio, ESP8266/ESP32, Raspberry Pi, and other I²C-compatible platforms.
Note: Although many setups can work at 3.3 V, 5 V is recommended for optimal contrast and brightness.
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
// Change the address to 0x3F if 0x27 doesn't work
LiquidCrystal_I2C lcd(0x27, 16, 2);
void setup() {
lcd.init(); // initialize the LCD
lcd.backlight(); // turn on the backlight
lcd.clear();
lcd.setCursor(0, 0);
lcd.print("Hello, Ardushop!");
lcd.setCursor(0, 1);
lcd.print("LCD 1602 I2C :)");
}
void loop() {
// update the text here as needed
}
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent
Reference: KSLQXO
Reference: ENZPLW_IR_LED_3W
Brand: Raspberry Pi
check_circle
check_circle