So, habe dem Display ne Reaktion entlocken können.
Weiß das allerdings noch nicht so richtig zu deuten.
Weil die rechte seite nicht aktiv ist.
Gruß
Code:
$regfile = "m163def.dat" ' specify the used micro
$crystal = 1000000 ' used crystal frequency
$baud = 9600 ' use baud rate
$lib "glcdKS108.lbx"
Config Graphlcd = 128 * 64sed , Dataport = Porta , Controlport = Portc , Ce = 4 , Ce2 = 5 , Cd = 8 , Rd = 7 , Reset = 3 , Enable = 6
'CE =CS1 Chip select
'CE2=CS2 Chip select second chip
'CD=Data/instruction
'RD=Read
'RESET = reset
'ENABLE= Chip Enable
Cls
Locate 1 , 1 : Lcd "Line 4"
End
Lesezeichen