Categorías

Ref. 108.MD9003/AZUL

MODULO LCD 2004 5VDC CON DRIVER I2C FONDO AZUL (20X4 CARACTERES)

Stock: -1 Und. 
Ref. 108.MD9003/AZUL
Precio (IVA incluido) 9,329 €
Unidades ≥ 3 ≥ 5 ≥ 10
DescuentoDescuentoprecio-3%-0,2809,049-5%-0,4668,863-10%-0,9338,396
El módulo 2004 I2C es una pantalla LCD de 20 caracteres por 2 líneas con fondo amarillo y retroiluminación blanca. El LCD original de 2004 necesita 7 puertos IO para poder funcionar. Esta pantalla LCD está lista para usar porque es compatible con la biblioteca de cristal líquido Arduino.

Communication protocol: I2C
I2C address: 0x27
Operating voltage: +5V
Contrast control: through potentiometer
Size: 113.8mm*60mm
Weight: 30g

//KEYES
//Compatible with the Arduino IDE 1.0
//Library version:1.1
#include
#include

LiquidCrystal_I2C lcd(0x27,20,4); // 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("Hello,keyestudio!");
lcd.setCursor(0,2);
lcd.print("Arduino LCM IIC 2004");
lcd.setCursor(2,3);
lcd.print("Power By Ec-yuan!");
}
void loop()
{
}
  • Periféricos de Cabo Vilán S.L. - C.I.F.: ESB70364260
  • Sofía Rivas, 1 - 15123 - Camariñas - A Coruña - España.





X¡Te avisamos cuando haya stock!

Déjanos tu correo y te avisamos cuando el artículo tenga el stock que necesitas.