Hi,
ich habe hier ein Wintek Display mit unbekannten Controller.
Dank Oszi und Logik Analyzer kann ich das Display auch ansteuern und
benutzen.
Das Display wird unidirektional per SPI angesprochen, hat also CS, CLK,
DI, RS und RESET.
Pro Pixel werden 2 Bit benötigt, also 4 Graustufen.
Das Display selbst hat einen 44Pin Folienanschluss mit Controller drauf,
das geht dann auf ein Backpanel mit ein paar Kondensatoren und Tasten.
Von da geht dann ein 24Pin Kabel zum µC.
Also benutzen kann ich das Display, da ich ja weiß wie es angesprochen
werden muss, nur meine Frage ist, ob Jemand eine Idee hat welcher
Controller darauf verwendet wird.
Vielleicht kann man aus den Datensequenzen etwas ableiten.
INIT:
RS Data Funktion??
0 0xA1
0 0xC5
0 0x84
0 0xA6
0 0xA4
0 0x6D
1 0x18
1 0x04
0 0x66
1 0x00
0 0x39
1 0x43
0 0xBF
0 0x2B
1 0x03
0 0x81
1 0x30
0 0xE5
0 0x36
1 0x05
0 0x41
1 0x03
0 0x5F
1 0x04
0 0xAB
0 0x25
1 0x1F
0 0x8A Write Display Mem
1 0x00
for (y = 0; y < 25; y++)
{
0 0xB1 Row Address
1 0x00+y ( 0 - 24 )
0 0x13 Column Address
1 0x00 ( 0 - 159 )
0 0x1D
for (x = 0; x < 160; x++)
{
1 0x00
}
}
0 0xAF Display ON???
Row Address und Column Address konnte ich auch verifizieren und testen.
Neben dem Controller ist auf dem Folienleiter nochmal das Wintek Logo
und der Aufdruck WL15E06F01.
Gruß Sven
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.