Hallo, ich wollte mich jetzt mal mit Graphiklcds beschäftigen. In der Hilfe habe ich folgendes gelesen:

Code:
'The connections of the LCD used in this demo

'LCD pin                  connected to

' 1        GND            GND

'2        GND            GND

'3        +5V            +5V

'4        -9V            -9V potmeter

'5        /WR            PORTC.0

'6        /RD            PORTC.1

'7        /CE            PORTC.2

'8        C/D            PORTC.3

'9        NC             not conneted

'10       RESET          PORTC.4

'11-18    D0-D7           PA

'19       FS             PORTC.5

'20       NC             not connected

und

Code:
The first chip supported was T6963C. There are also driver for other LCD's such as SED and KS0108. The most popular LCD's will be supported with a custom driver.

Das heißt, das ein Compatibeles Display die anschlüße WR,RD,CE,C/D,NC,RESET,FS und nochmal NC hat.

Jetzt habe ich mir das Pollindisplay 120 423 gefunden.
Das Display hat den Kontroller KS0108 oder kompatibel.

Aber im Datenblatt des displays ist vollgende anschlußbelegung angegeben:


Code:
1=Vss
2=Vdd
3=V0
4=D/I
5=R/W
6=E
7=DB0
8=DB1
9=DB2
10=DB3
11=DB4
12=DB5
13=DB6
14=DB7
15=CS1
16=CS2
17=RET
18=VEE
19=LED+
20=LED-

Irgendwie stimmt das ganz und garnicht überein. Könnt ihr mir sagen, ob ich das einfach so ansteuern kann?

MfG Bauteiltöter