Mario schrieb:
> ok
>
> nun habe ich das Display so initialisiert
>
> movlw B'00110000' ; 2
> call Control8Bit
> movlw B'00110000' ; 3
> call Control8Bit
> movlw B'00100000' ; 4
> call Control8Bit
>
>
> movlw B'00111000' ; Function set
> call OutLcdControl
> movlw B'00111000' ; Function set
> call OutLcdControl
> movlw B'00111000' ; Function set
> call OutLcdControl
> movlw B'00100000' ; Function set
> call OutLcdControl
> movlw B'00101000' ; Function set
> call OutLcdControl
> movlw B'00010000' ; Internal OSC frequency
> call OutLcdControl
> movlw B'01111111' ; Contrast Set
> call OutLcdControl
> movlw B'01011111' ; Power/ICON/Contrast controll
> call OutLcdControl
> movlw B'00111100' ; Follower controll
> call OutLcdControl
> movlw B'00001111' ; Display ON/OFF control
> call OutLcdControl
>
> und es geht noch immer nicht, an was kann es liegen??
>
> im anhang das unveränderte Programm
alsoo ich habe jz. diese Lösung probiert tut sich aber trotzdem noch nix
movlw B'00111000' ; Function set
call Control8Bit ; <- Achtung, keine Busyabfrage möglich
movlw B'00111000' ; Function set
call Control8Bit ; <- Achtung, keine Busyabfrage möglich
movlw B'00111000' ; Function set
call Control8Bit ; <- Achtung, keine Busyabfrage möglich
movlw B'00100000' ; Function set
call OutLcdControl
movlw B'00101000' ; Function set
call OutLcdControl
movlw B'00010000' ; Internal OSC frequency
call OutLcdControl
movlw B'01111111' ; Contrast Set
call OutLcdControl
movlw B'01011111' ; Power/ICON/Contrast controll
call OutLcdControl
movlw B'00111100' ; Follower controll
call OutLcdControl
movlw B'00001111' ; Display ON/OFF control
call OutLcdControl
hat jemand eine idee, die Lehrer wissen auch nicht woran es liegt alsoo
seits ihr meine letzte hoffnung :D
lg mario