Blue Serial 2004 204 20x4 Character Lcd Module Shield Display For Arduino

C $11.77

  • hongkong, Hong Kong
  • Jan 29th
Product images Description: Features :   2011 Latest Iic Lcd2004-Character Lcd Display Module, A New High-Quality 4 Line 20 Character Lcd Module Not Only Set The Contrast Control Knob Selector Switch Also Has A Backlight And Iic Communication Interface. For Arduino beginners, not for the cumbersome and complex LCD driver circuit connection and a headache, the real significance of this LCD module will simplify the circuit, this module directly into the Arduino Sensor Shield V5.0 sensor expansion board IIC device interface can, GM 4P sensor connection cable, programmed through the Arduino 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 Size : 60mmx99mm Contrast Adjust : Potentiometer Backlight Adjust : Jumper 2004  Data download link: http://www.divshare.com/download/16964149-90d Arduino 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); }   Package 100% Brand New 1 X Blue IIC I2C TWI Serial LCD 2004 20x4 Module Shield Display  Arduino competible Shipping Item will be shipped within 24 -48 hours after full payment is received. We ship worldwide with flat rate shipping by Hong Kong Air mail. this international order may take longer to arrive,Normally the shippment to worldwide is used to take 15 to 25 business days, exclude Sat & Sun. Payment We accept PayPal only. Payment must be received in 7 business days of auction closing. Please leave note for your special request (e.g. Colors or Size) in ebay note when you pay the order. Any special request cannot be accepted after 24 hours of payment, because most of orders will be processed instantly and same day dispatched. Warranty If the item is defect when you receive it or you are not satisfied with it, please return it within 14 days for a replacement or money back. But the items must be back in factory condition. Please contact us and double check the return address before you return it. If is item is defective in 3 months, you can return it to us. We will send you a new replacement after receiving the defective item. Contact Us If you have any questions, please feel free to email our service specialists 24 Hours a Day, 7 Days a Week, and we will reply you ASAP. If no response within 24 Hours, please check the spam of mail box or kindly re-send it to us. We greatly appreciate your POSITIVE feedback. Please do NOT leave negative or neutral feedback without any contact. If you haven't received item in 30 days, please contact us and we will arrange refund.   On 24-Nov-14 at 12:13:35 EST, 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