LCD 16x2 Character Display, White on Blue Background, I2C Interface, 5V

Only 4 wires required to control the display, Power(5V, GND) and the I2C signals SDA and SCL. This is a 16x2 Display white text on blue background.

Quick Spec

  • LCD Size: 16x2 Line
  • Color: White Text on Blue Background
  • Power/Logic: 5V
  • Interface: I2C
  • I2C Chipset: MCP23008
  • Interface: I2C

Board Layout

i2c lcd display

I2C Address Setup

Arduino I2C Display

The LCD2004 board utilized the PCF8574 I/O expander. This nifty little chip provides eight bits of parallel I/O addressable by a I2C bus address – 0x00 to 0x27. SainSmart tied all address leads to Vcc, so the LCD2004 board’s I2C address is permanently fixed at hex 27. This is rather limiting since no additional LCD2004s can be added to the bus. Anyway, you simply address the board and write an eight bit value which is then presented on the output pins of the PCF8574, which, in this case, are connected to the HD44780 based LCD screen.

lcd2004 Address Selection

Controlling your I2C Display with Arduino

i2c display arduino

Arduino Code 



#include <wire.h> 

#include <liquidcrystal_i2c.h>

// Set the LCD address to 0x3F for a 16 chars and 2 line display

LiquidCrystal_I2C lcd(0x3F, 16, 2);

void setup()

{

	// initialize the LCD

	lcd.begin();



	// Turn on the blacklight and print a message.

	lcd.backlight();

	lcd.print("Hello, world!");

}

void loop()

{

	// Do nothing here...

}


Shipping List

  • 1 x LCD 16X2 LCD with I2C Interface


LCD 16x2 Character Display, White on Blue Background, I2C Interface, 5V

  • Brand: Generic
  • Product Code: LCD1602-WB-5V-I2C
  • Weight: 0.038kg
  • Product Status : Active
  • Stock

    Warehouse Stock Status Location
    Centurion No Stock
    Stellenbosch No Stock
    Bulk Location No Stock

    We ship free of charge between branches to complete your order.

  • R46.00 (Inc Tax: R52.90)


Related Products

4 Pin Crowtail Cable (5 Pack)

4 Pin Crowtail Cable (5 Pack)

4 Pin Crowtail Cable (5 Pack) A 4 pin Crowtail cable for connecting the modules with main control board. Sell at a low price with good quality. Quick Spec Length:20.5cm Shipping List 5 x ..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: CPC03044C
Product Status : Active

R25.00 (Inc Tax: R28.75)

3 Pin Crowtail Cable (5 Pack)

3 Pin Crowtail Cable (5 Pack)

3 Pin Crowtail Cable (5 Pack) The Crowtail cables use the JST-HY 2mm connector. The Crowtail interface standard is used on all Elecrow.com products. We stock most of their control and interface boards..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: CPC03043C
Product Status : Active

R25.00 (Inc Tax: R28.75)

LCD 16x2 Character Display, White on Blue Background, I2C Interface, 3.3V

LCD 16x2 Character Display, White on Blue Background, I2C Interface, 3.3V

LCD 16x2 Character Display, White on Blue Background, I2C Interface, 3.3V This is a 1602 serial alphanumeric LCD with white characters on a blue backlight display. With AIP31068L driver IC, it only..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: LCM1602A-14A-WB-33V
Product Status : Active

R98.00 (Inc Tax: R112.70)

Wave 16x2 White on Blue I2C LCD Display

Wave 16x2 White on Blue I2C LCD Display

Wave 16x2 White on Blue I2C LCD Display The Wave 16x2 White on Blue I2C LCD Display is an intuitive and compact screen designed for seamless integration into various control boards. With its I2C in..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: W23991
Product Status : Active

R138.00 (Inc Tax: R158.70)

Tags: lcd, i2c, 2x16, ct0046lcd