alles klar dann kommt hier der code

Code:
$regfile = "m16def.dat"
$crystal = 8000000
$lib "lcd4.lbx"

Config Lcdpin = Pin , Rs = Portc.4 , E = Portc.5 , Db4 = Portd.4 , Db5 = Portd.5 , Db6 = Portd.6 , Db7 = Portd.7
Config Lcdmode = Port
Config Lcdbus = 4
Config Lcd = 20 * 4
Wait 1
Initlcd
Wait 1
Display On


Do

  Wait 1
  Cls
  Wait 1
  Upperline
  Lcd "1"
  Lowerline
  Lcd "2"
  Thirdline
  Lcd "3"
  Fourthline
  Lcd "4"
Loop


End
PS habs auch schon mit locate getestet ist das selbe ergebnis