Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino
Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino
Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino
Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino
Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino
Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino

Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino

Sale price Rs.1,200.00
Log in to use Wishlist
Add to Compare

Pickup available at 16 Hall Road

Usually ready in 24 hours

Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino

Iic I2c Twi 164 1604 16x4 Lcd Screen Module Character Series With Backlight For Arduino

SKU: B641,L6,TH3

This is another large blue screen LCD. As the Arduino driver's pin resources are limited, your project may not be able to use a normal LCD shield after being connected with a certain number of sensors or SD card. However, with this I2C interface LCD module, you can perform data visualization through only 2 cables. If you already have I2C devices in your project, this LCD module does not cost more resources.It's great for a project based on Arduino.

 

SpecificationHTB1OQOSIVXXXXcvXXXXq6xXFXXXJ (1)
# I2C Address: 0x27
# Backlight
# Supply voltage: 5 V
# Comes with IIC interface, which can be connected by DuPont line

Arduino test code

# Includes
# Includes
LiquidCrystal_I2C lcd (0x27,16, 2); / set the LCD address to 0x27 for a 16 character display and 2 lines
Empty configuration ()
{
Lcd. init ();
Lcd backlight ();
Lcd setCursor (0, 0);
Lcd Print ("");
Lcd setCursor (0, 1);
Lcd printing ("voltage:");
Lcd setCursor (13, 1);
Lcd printing ("V");

}