• LCD Display 16x2 with I2C Interface for arduino raspberry pi

This LCD Display utilizes an I2C interface, which means that fewer pins are necessary to use this product than would be needed with a regular 16x2 LCD Display (just four connections, VCC, GND, SDA & SCL are required). And it is backlit. I2C address is usually decimal 39, hex 0x27. These devices can sometimes be found at decimal 63, 0x3F. It is very easy to find an I2C address on Arduino by using i2c_scanner.

We suggest you use the LiquidCrystal_I2C library with Arduino.

Features

16 characters wide, 2 rows
White text on blue background
Connection port is 0.1" pitch, single row for easy breadboarding and wiring
Pins are documented on the back of the LCD to assist in wiring it up
Built in character set supports English/Japanese text, see the HD44780 datasheet for the full character set
Up to 8 extra characters can be created for custom glyphs or 'foreign' language support
 

Example Sketch:

#include <Wire.h> 

#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
void setup()
{
    lcd.begin(); // initialize the lcd 
    // Print a message to the LCD.
    lcd.backlight();
    lcd.print("Hello, world!");
    }
void loop()
{
}

Write a review

Please login or register to review

LCD Display 16x2 with I2C Interface for arduino raspberry pi

  • Product Code:I2C-LCD
  • Availability:Out Of Stock
  • Rs.220.00


Related Products

Arduino Uno Rev3 Board

Arduino Uno Rev3 Board

Arduino Uno Rev3 Board compatible - can be used to develop stand-alone interactive objects or c..

Rs.410.00

Load Cell 1kg digital Weighing Scale Sensor

Load Cell 1kg digital Weighing Scale Sensor

Load Cell 1kg for Weighing Scale Sensor         Specifications:Range weight..

Rs.110.00

Load Cell 5kg digital Weighing Scale Sensor

Load Cell 5kg digital Weighing Scale Sensor

Load Cell 5kg for Weighing Scale Sensor         Specifi..

Rs.105.00

Load Cell 10kg digital Weighing Scale Sensor

Load Cell 10kg digital Weighing Scale Sensor

Load Cell 10kg for Weighing Scale Sensor         Specif..

Rs.90.00

Load Cell 20kg digital Weighing Scale Sensor

Load Cell 20kg digital Weighing Scale Sensor

Load Cell 20kg for Weighing Scale Sensor         Specif..

Rs.210.00

Load Cell 3kg digital Weighing Scale Sensor

Load Cell 3kg digital Weighing Scale Sensor

Load Cell 3kg for Weighing Scale Sensor         Specifications:Range weight..

Rs.104.00

Turbidity Sensor Probe Module for Water Quality using Arduino Raspberry PI

Turbidity Sensor Probe Module for Water Quality using Arduino Raspberry PI

Turbidity Sensor Probe with amplifier circuit Module for Water Quality using Arduino or Raspberry PI..

Rs.470.00