problem with 16x2 LCD
Posted: Tue Jan 26, 2016 2:46 pm
I have tried to connect a standard LCD (16X2lines) with a I2C-converter to the esp module.
the LCD backlight is on (at power up) and on run, it goes off and on again.
But nothing shown on the LCD.
I have been playing with the contrast-potmeter but I can't manage to show anything on the LCD.
Tried with/without 2 pullup-registers on SCL & SDA. (pins GPIO0 and GPIO2)
I found a nice utility from Sandfrog (viewtopic.php?f=40&t=7359) and it shows me I have a I2C adapter at addr hex27.
I am shure my LCD is working. I have tested it on a AVR on 4 and 8 bit-modus.
Code: Select all
lcdcls
lcdbl 0
delay 500
lcdbl 1
lcdprint "test"
lcdprint "test2" 2 2
wait
the LCD backlight is on (at power up) and on run, it goes off and on again.
But nothing shown on the LCD.
I have been playing with the contrast-potmeter but I can't manage to show anything on the LCD.
Tried with/without 2 pullup-registers on SCL & SDA. (pins GPIO0 and GPIO2)
I found a nice utility from Sandfrog (viewtopic.php?f=40&t=7359) and it shows me I have a I2C adapter at addr hex27.
I am shure my LCD is working. I have tested it on a AVR on 4 and 8 bit-modus.