Hola, mi problema es el siguiente:
Hace poco compré una pantalla LCD de 16x2 e hice un codigo para mandar un mensaje y lo único que se muestra en la pantalla es la línea superior encendida con los 16 cuadros en azul,la línea inferior también está encendida pero no se muestra los cuadros,además, por medio de un potenciometro modifique el contraste y siguió sin verse nada. Verifique el código y las conexiones y aparentemente todo está bien. Ya investigue por Internet y nada. Agradecería su ayuda, ya no sé que hacer. :,(
That's the power on test pattern (adjust the pot so that the top row is dark, and the bottom row is not) - it shows that when you connect it to power before you send any valid commands to it.
Thus, if it's still showing that, your sketch is not sending the right signals to control it.
If it's one with an I2C backpack, there are two versions of the most common backpack with a slightly different part number on the IC, which has a different I2C address (PCF8574 vs PCF8574A - the addresses are 0x27 and 0x3F). There are also a few rarer I2C backpacks that are based on a different port expander, like the MCP37008; these require a different library.
If that doesn't fix it, or you are using it without an I2C backpack, your wiring is wrong.
Utilizo arduino Uno. Este es el codigo:
#include <LiquidCrystal.h>
LiquidCrystal lcd (12,11,5,4,3,2);
void setup(){
lcd.begin(16,2);
}
void loop(){
lcd.setCursor(0,1);
lcd.print("Hola");
delay(1000);
}
y la foto de lo que muestra:
Esto viene del foro en ingles? Queda claro que si.
Porque ya tienes un hilo abierto con el tema!! No aparece mensaje en pantalla LCD 16x2. SOLUCIONADO. - #6 by PcArduino123 - Hardware - Arduino Forum
Y estuve luchando contigo con las imágenes. Entonces es un doble posteo y no eres nuevo en esto.
No puedes doble postear en este foro en EspaÑol y en cualquier otra sección del foro Arduino en general.
Tema abierto sigue hasta terminarlo.
No se consulta lo mismo en otro sitio.
