LCD 16x2 Black on Green 5V - I2C
This is a 16x2 display with black text on green background that comes with the I2C backplate. You only require 4 wires to control the display and With the limited pin resources your project may be out of resources using a normal LCD shield. With this I2C interface LCD module, you only need 2 lines (I2C) to display the information.
Quick Spec
- LCD Size: 16 x 2
- Supply: 5V
- I2C Chipset: MCP23008
- Interface: I2C
Board Layout
I2C Address Setup
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.
Controlling your I2C Display with 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
LCD 16x2 Black on Green 5V - I2C
- Brand: Generic
- Product Code: LCD1602-BG-5V-I2C
- Weight: 0.038kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | No Stock | |
Stellenbosch | No Stock |
We ship free of charge between branches to complete your order.
-
R98.00 (Inc Tax: R112.70)
Related Products
LCD 16x2 Character Display, Green on Black Background, 5V
LCD 16x2 Character Display, Green on Black Background, 5V Alphanumeric LCD 16×2 display units are the most common and easiest solutions to get some data out of your microcontroller to the world..
R82.00 (Inc Tax: R94.30)
LCD 16x2 Black on RGB 3.3V I2C, Serial, SPI
LCD 16x2 Black on RGB 3.3V I2C, Serial, SPI The SparkFun SerLCD is an AVR-based, serial enabled LCD that provides a simple and cost effective solution for adding a 16x2 Black on RGB Liquid Crystal Di..
R429.00 (Inc Tax: R493.35)
LCD 16x2 Black on Green - 3.3V
LCD 16x2 Black on Green - 3.3V This is a 16 character by 2 line display with black text on green/yellow background. The screen utilizes the standard HD44780 LCD interface. This display requires a 3..
R42.00 (Inc Tax: R48.30)
LCD 16x2 Character Display, White on Blue, 3.3V
LCD 16x2 Character Display, White on Blue, 3.3V This is a 16 character by 2 line display with white text on blue background. The screen utilizes the standard HD44780 LCD interface. This display req..
R38.00 (Inc Tax: R43.70)
LCD Character Display, 16X2 Black on Green, I2C Interface, 3.3V
LCD Character Display, 16X2 Black on Green, I2C Interface, 3.3V This is a 1602 serial alphanumeric LCD with black characters on a green backlight display. With AIP31068L driver IC, it only needs a ..
R98.00 (Inc Tax: R112.70)
LCD 16x2 Yellow on Black 3.3V
LCD 16x2 Yellow on Black 3.3V This is a basic 16 character by 2 line display with a snazzy black background with yellow characters. Utilizes the extremely common HD44780 parallel interface chipset...
R79.00 (Inc Tax: R90.85)
Tags: lcd, 16x2, 16x2, black, green, black on green, 5v, i2c, disp, display