Ich schätze, die Initialisierung in dem Programm ist gemeint, oder?
Hier ist der Code, den ich getestet habe: (bascom)

Code:
 $regfile = "m16def.dat"
 $crystal = 4000000

 Config Lcd = 16 * 4
 Config Lcdpin = Pin , Db4 = Portc.0 , Db5 = Portc.1 , Db6 = Portc.2 , Db7 = Portc.3 , E = Portc.5 , Rs = Portc.4

 Cls
 Locate 1 , 1
 Lcd "Hallo Welt"
 Locate 2 , 1
 Lcd "Hallo Welt"
 Locate 3 , 1
 Lcd "Hallo Welt"
 Locate 4 , 1
 Lcd "Hallo Welt"