Hallo zusamen ich habe eine Frage zum MK3 Board von myAVR.Das
Board hat ein Display mit einem KS 0713 Controller.
Ich bekomme es einfach nicht zum laufen.(Bascom AVR)
Atmega2560 16Mhz

Pin Belegung:
// LCD-Informationen
//
// PortC = LCD-Data
// PortA = LCD-Control
// A7 = PS (std=High=parallel Mode)
// A6 = C86 (std=High=6800 Mode)
// A5 = Licht Steuerung
// A4 = /RD = E (Schreibflanke H->L)
// A3 = /WR = R/W (Low=Schreiben)
// A2 = A0 (Low=ControlData; High=DisplayData)
// A1 = /RES (Low=activ; std=High)
// A0 = CS1 (ChipSelect=muss Low sein; std=High)
//
// LCD-information
//
// PortC = LCD-data
// PortA = LCD-control
// A7 = PS (std=high=parallel mode)
// A6 = C86 (std=high=6800 mode)
// A5 = Licht Steuerung
// A4 = /RD = E (writing edge H->L)
// A3 = /WR = R/W (low=write)
// A2 = A0 (low=controldata; high=displaydata)
// A1 = /RES (low=activ; std=high)
// A0 = CS1 (chipselect=must be low; std=high)
//--------------------------------------------------------------------------

Kann mir mal vielleicht einer helfen,da ich leider kein Englisch kann hilft mir das Datenblatt auch nicht.

Gruß raggy