Blue Lcd2004 Iic I2c Twi Character Lcd Display Module For Arduino 204 20x4 5v Ww

US $9.36

  • Shenzhen, China
  • Feb 24th
Product Name: Blue LCD2004 IIC I2C TWI Character LCD Display Module for Arduino 204 20X4 5V More Items In Our Store,Click Here!   SKU: 2218 Parsts No. : Package: Brand:   Quantity: 1 The item--IIC LCD2004-character LCD display module is the latest 2011, a new high-quality 4 line 20 character LCD module,which not only set the contrast control knob selector switch also has a backlight and IIC communication interface. For beginners,the real significance of this LCD module will simplify the circuit, this module directly into the Sensor Shield V5.0 sensor expansion board IIC device interface can, GM 4P sensor connection cable, programmed through the controller, you can easily identify the slogan, sensor data records. Specification Interface: I2C I2C Address: 0x27 Pin Definition : GND?VCC?SDA?SCL Back lit (Blue with White char color) Supply voltage: 5V PCB Size : 98mmx60mm Contrast Adjust : Potentiometer Package Include: # 1 X blue IIC/I2C/TWI 2004 character LCD Module Test Code: #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.init(); lcd.backlight(); lcd.setCursor(0, 0); lcd.print("b2cqshop"); lcd.setCursor(0, 1); lcd.print("Voltage: "); lcd.setCursor(13, 1); lcd.print("V"); } void loop() { int val; float temp; val=analogRead(0); temp=val/4.092; val=(int)temp;// lcd.setCursor(9, 1); lcd.print(0x30+val/100,BYTE); lcd.print(0x30+(val%100)/10,BYTE); lcd.print('.'); lcd.print(0x30+val%10,BYTE); delay(100); }     Any problem, please contact us freely       1) We accept PayPal payment ONLY.     inkFrog Analytics On Feb-08-15 at 23:17:03 PST, seller added the following information:

Directions

Similar products from Display Modules & Monitors

People who viewed this item also vieved

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.

Accept All Cookies