Display 128x64 ks0108

Gast #1267664
Lesenswert?

Hallo,

>#define DISPLAY_ADD_SETZEN  GLCD_Data_Port   |= 0x40
>#define DISPLAY_PAGE_SETZEN GLCD_Data_Port   |= 0xB8
>#define DISPLAY_STARTEN   GLCD_Data_Port   |= 0xC0

nix OR !!!

#define DISPLAY_ADD_SETZEN  GLCD_Data_Port   = 0x40
#define DISPLAY_PAGE_SETZEN GLCD_Data_Port   = 0xB8
#define DISPLAY_STARTEN   GLCD_Data_Port   = 0xC0

Befehle die beide Controller gleichermaßen betreffen, kann man auch an 
beide Controller gleichzeitig senden.

ansonsten - siehe auch > Beitrag "Grafikdisplay KS0108"

Sascha

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren