Re: Displayproblem Kategorie: Sonstige Hardware (von Markus - 4.09.2005 0:49) | ||
Als Antwort auf Re: Displayproblem von krassos - 3.09.2005 22:20 | ||
| ||
Hallo krassos!! Sorry, mit den Links ist unglücklich gelaufen, hier hie neuen! Dass erste Bild ist korrekt, die anderen haben halt die sporadischen Fehler... Ich dachte immer dass Modul läuft für dass 2*16 und 4*20 Display! Was muss ich denn da auskommentieren?? Ich schicke dir einfach mal die Zeilen um die es sich wahrscheinlich handelt... wie gesagt es handelt sich um ein 4*20Zeichen Display was meiner Meinung nach über 4bit angesteuert wird... function init () { ports.set(RW, 0); ports.set(En, 0); ports.set(RS, 0); inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x3000; // Function Set 8 Bit inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _8Bit; sleep 5; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x3000; // Function Set 8 Bit inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _8Bit; sleep 1; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x3000; // Function Set 8 Bit inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _8Bit; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x2000; // Function Set 4 Bit inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _8Bit; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x2800; // Function Set, 2 Zeilen, 5x7 Punkte inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _CMD; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x0C00; // Display Control, Cursor Off, display On inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _CMD; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x0100; // Display Clear inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _CMD; sleep 2; inline vmcodes.VM_LOAD_IMMEDIATE_BYTE+0x0600; // Entry-Mode, inkrement, Cursor-shift inline vmcodes.VM_INLINE_SYSCALL+Segment; inline _CMD; } Danke für deine Hilfe... | ||
Antwort schreiben Antworten: Re: Displayproblem (von krassos - 4.09.2005 8:51) Re: Displayproblem (von MarkusNRW - 4.09.2005 9:33) Re: Displayproblem (von krassos - 4.09.2005 15:08) Re: Displayproblem (von MarkusNRW - 4.09.2005 20:38) Re: Displayproblem (von krassos - 4.09.2005 21:35) Re: Displayproblem (von MarkusNRW - 5.09.2005 5:29) Re: Displayproblem (von Markus - 11.09.2005 12:58) |