So, alles überprüft, lbx geändert aber weiterhin nix neues, liegts vielleicht an der source?
btw. das LCD hängt an nem stk500 mit internem quarz also 1MHz
Code:
$lib "glcdks108.lbx "
$crystal = 1000000
$regfile = "m163def.dat"
$hwstack = 32
$swstack = 10
$framesize = 40
Config Graphlcd = 128 * 64sed , Dataport = Portd , Controlport = Portb , Ce = 1 , Ce2 = 2 , Cd = 5 , Rd = 4 , Reset = 0 , Enable = 3
Setfont Font8x8
Lcdat 6 , 1 , "Test" , 0
Locate 1 , 1 : Lcd "hello"
Do
Loop
End
$include "font8x8.font"
Lesezeichen