DISPLAY LCD AZUL 4 LÍNEAS 20 CARACTERES + I2C

DISPLAY LCD AZUL 4 LÍNEAS 20 CARACTERES + I2C

16,77 €
Impuestos incluidos

El módulo 2004 I2C es una pantalla LCD de 20 caracteres por 2 líneas con texto blanco, fondo azul .

Cantidad Precio unitario Usted ahorra
5 12,47 € 21,48 €
20 11,09 € 113,65 €

Descuentos Especiales

Consulta precios por cantidad

Descripción

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()

{

}

Detalles del producto

153.MD9003

Reseñas (0)

No hay reseñas

10 productos de la misma categoría:

Producto añadido a la lista de deseos