Hallo,
hat jemand das DOG-M 0081 (1*unter Bascom schon mal ansteuern können?
Bei mir klappt es nicht, das Display bleibt komplett dunkel.
Angeschlossen ist das folgendermaßen:
Pin 24,25,26,32,33,34,35,40 --> +5
Pin 27,38 --> GND
D7 -> PortD.0
D6 -> PortD.1
D5 -> PortD.2
D4 -> PortD.3
E -> PortD.4
RS -> PortD.5
Das Testprogramm habe ich aus der Bascom-Hilfe - aber es ist eigentlich für das 3*16...
HiiilfeCode:$regfile = "M8def.dat" $crystal = 1000000 Config Lcdpin = Pin , Db4 = Portd.3 , Db5 = Portd.2 , Db6 = PortD.1 , Db7 = PortD.0 , E = Portd.4 , Rs = Portd.5 Config Lcd = 16 * 3 , Chipset = Dogm163v5 '16*3 type LCD display Cls Locate 1 , 1 : Lcd "Hello World" Locate 2 , 1 : Lcd "line 2" Locate 3 , 1 : Lcd "line 3" End
Lesezeichen