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.