Hallo erstmal an alle,
Zu meinen Problem, ich habe mir bei Pollin ein Graphisches Display
(90x32Pixel) mit SED1530 Controller bestellt und würde es gerne mit
mein Mega8 über Bascom ansteuern.
Wie schließe ich aber den Controller richtig an?
Habe das über Bascom gefunden:

'First we define that we use a graphic LCD
Config Graphlcd = 128 * 64sed , Dataport = Portb , Controlport = Portd
, Ce = 2 , Cd = 4 , Wr = 5 , Rd = 6 , Reset = 3

'The dataport is the portname that is connected to the data lines of
the LCD
'The controlport is the portname which pins are used to control the
lcd
'CE =CS Chip Enable/ Chip select
'CD=A0 Data direction
'WR= Write
'RD=Read
'RESET = reset

Also PIN 2-7 (FRS,FR,DYO,CL,DOF,VS1) kann ich offen lassen.
M/S = auf VDD (High)
Reset = 3
P/S = auf GND (low)
Mit /cs und CS weiß ich noch nicht so richtig was anzufangen.
Reicht es wenn ich /CS auf low lege und CS = 2?
/WR = 5
/RD = 6
A0 = 4

Funktioniert das Display so?
Währe super wenn ihr mich weiterhelfen könntet!