Ennio,
Look in the SSD1963 datasheet for control register 36h. You should be able to change this setting in the initialization routine to fix your rotation/orientation issues. I need &h09 for my setup. My current problem is one version of code I'm using accepts changes in this value and Mrshilov's doesn't. Still working on it...
[code:1:4eee51e0e2]Ssd1963_select_reg &H36 'Set the read order from frame buffer to the display panel
Ssd1963_write_data &H09 'BGR[/code:1:4eee51e0e2]
↧