Hallo nochmal, danke für deine hilfe, ich hab jetzt erstmal die doppelten leitungen getrennt, wollte jetzt den µC programmieren mit folgendem Code:
Code:
$regfile = "attiny2313.dat"
$crystal = 4194304
$baud = 9600
'KS0108 TG12864B
' Pin - LCD - Bascom
' 0 - CS1 - Ce
' 1 - nc
' 2 - D/I (A0) - Cd
' 3 - CS2 - Ce2
' 4 - Enable - Enable
' 5 - R/W - Rd
' 6 - RET - Reset
$lib "glcdKS108.lbx"
Config Graphlcd = 128 * 64sed , Dataport = Portb , Controlport = Portd , Ce = 0 , Ce2 = 3 , Cd = 2 , Rd = 5 , Reset = 6 , Enable = 4
Cls
Cursor Off
Wait 1
Locate 1 , 1
Lcd "MCS Electronics"
Locate 2 , 1 : Lcd "T6963c support"
Locate 3 , 1 : Lcd "1234567890123456789012345678901234567890"
Wait 2
End
Leider zeigt er jetzt immer "label not found [_lcd_control]" an.
Woran kann das liegen?
Gruß
zebrafalke
Lesezeichen