$regfile = "M16def.dat" Config Porta = Output Config Portc = Output Config Graphlcd = 240 * 128 , Dataport = Portc , Controlport = Porta , Ce = 2 , Cd = 3 , Wr = 0 , Rd = 1 , Reset = 5 , Fs = 6 , Mode = 8 Dim X As Byte , Y As Byte Cursor Off Cls Locate 2 , 1 Lcd "Hallo" End