hallo
versuch es einfach mal so:
Code:
$regfile = "m8def.dat"
$crystal = 7372800 'Quarzfrequenz
$baud = 9600
$hwstack = 32
$swstack = 40
$framesize = 32
'_______________________________________________________________________________
Config Lcdpin = Pin , E = Portc.3 , E2 = Portd.7 , Rs = Portc.2 , Db4 = Portd.2 , Db5 = Portd.3 , Db6 = Portd.4 , Db7 = Portd.5
Config Lcd = 20 * 4
Config Pind.6 = Output
Config Adc = Single , Prescaler = Auto , Reference = Off 'Für Tastenabfrage und Spannungsmessung
Config Pinc.0 = Input 'Für Tastenabfrage
Portc.0 = 1 'Pullup Widerstand ein
Portd.6 = 0
Dim ___lcdno As Bit
Initlcd 'die beiden unteren Zeilen
Locate 1 , 1
Lcd "1. Die erste Zeile" ;
Locate 2 , 1
Lcd "2. Die zweite Zeile"
Cursor Off
Locate 3 , 1
Lcd "3. Die dritte Zeile" ;
Locate 4 , 1
Lcd "4. Die vierte Zeile"
Cursor Off
End
so müsste es klappen allerdings ist das ein Programm von mir musste noch ändern wahrscheinlich das es bei dir klappt, sprich LCD Pin belegung usw.
gruß
patrick[/code]
Lesezeichen