I'm trying to use a L2014 with AT90S8515 and
BASCOM-AVR.
This is the code I try to run:
Config Lcdpin = Pin , Db4 = Portc.4 , Db5 = Portc.5
, Db6 = Portc.6 , Db7 = Portc.7 , E = Portc.1 , Rs = Portc.0
Config Lcd = 20 * 4
Config Lcd = 20 * 4
Cls
Lcd "Text"
Lcd "Text"
End
When I run this the LCD is displaying all kind of
characters changing all the time.
Any people with BASCOM and LCD
experience?
The LCD is OK, I tested it with a different
circuit.
Thanks
Adrian C.