So ich habe jetzt schon einen "winzigen" Erfolg(wenn man so will ) verbuchen können.
Das Display zeigt jetzt was an, doch leider nicht was will sondern nur wirre zeichen.

komischerweise tut es das nur wenn ich mit dem clock auf 4mhz gehe wenn ich wieder auf 8 zurückschalte bleibt das display leer.

Folgenden Code habe ich verwendet ->
Code:
$regfile = "m8def.dat"
'm8def.inc
$crystal = 4000000
$lib "lcd4.lbx"

Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , E = Portb.2 , Rs = Portb.0
Config Lcd = 16 * 2

Anfang:
Cls                                                         'clear the LCD display
Lcd "Hello world."                                          'display this at the top line
Wait 1
Lowerline                                                   'select the lower line
Wait 1
Lcd "00000000"                                              'display this at the lower line
Wait 1
Cls
Goto Anfang

End
ich steig da irgendwie nicht dahinter