Hallo,
Sobald Ich in meinem kleinen programm zum LCD testen die anweisung LCD benutze sagt er mir:
"Error:5 Line x (immer wo End steht) No more Space for Bit[___LCDNO]"
Was bedeutet das und wie bekomme ich das hin das es futz?
Hier ist das Programm!
MFG' LCD mit zwei Controller von Pollin.de ca.5Euro 27 * 4
$regfile = "m16def.dat"
$crystal = 4000000
Config Lcdmode = Port
Config Lcdbus = 4 ' 4Bit Modus
Config Lcd = 40 * 4 ' eigendlich 27 * 4
Config Lcdpin = Pin , Db4 = Portc.4 , Db5 = Portc.5 , Db6 = Portc.6 , Db7 = Portc.7 , E = Portc.2 , E2 = Portc.3 , Rs = Portc.0
Dim ___lcde As Byte
Dim S As String * 10
S = "Hallo"
' obere Displayhälfte
___lcde = 0
Cls
Lcd "test"
Lcd S
' untere Displayhälfte
___lcde = 1
Lcd "test"
Lcd S
End
JIS
Lesezeichen