Keyestudio 16X2 1602 I2C/TWI LCD Display Module for Arduino UNO R3 MEGA 2560 White in Blue
القسم: Children's toys, روبوتات الأطفال
Availability: In stock
456 متبقي
شحن دولي
يرجى معاينة تفاصيل المنتج لمعرفة بلد المنشأ والشحن
Product sharing
- Product information
- Product specifications
- High-concerned chemical: None
- Package: Other
- is_customized: Yes
- Model Number: 1602
- Supply Voltage: 5V
- Application: LCD
- Type: Drive IC
- Brand Name: keyestudio
- Origin: Mainland China
- Condition: New
- Operating Temperature: 0-40
This is great LCD display compatible with arduino. With limited pin resources, your project will quicly run out of resources using normal LCDs. With this I2C interface LCD module, you only need 2 lines (I2C)to display the information.If you already have I2C devices in your project, this LCD module actually cost no more resources at all. The adress can be set 0x27.
Specification
I2C Address:0x27
Back lit (Blue with white char color)
Supply voltage: 5V
Interface:I2C/TWI x1,Gadgeteer interface x2
Adjustable contrast









Connection diagram:
Please refer to the last photo in above photo window.
Sample code:
#include
#include
LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
void setup()
{
lcd.init(); // initialize the lcd
lcd.init();
// Print a message to the LCD.
lcd.backlight();
lcd.setCursor(3,0);
lcd.print(“Hello, world!”);
lcd.setCursor(2,1);
lcd.print(“keyestudip!”);
}
void loop()
{
}




