Updated SSD1963 default rotation.

This commit is contained in:
mobyfab 2012-10-05 16:27:50 +02:00
parent 1ccb7f4660
commit 142ee8f26d

View File

@ -308,7 +308,7 @@ bool_t GDISP_LLD(init)(void) {
/* Initialise the GDISP structure to match */
GDISP.Width = SCREEN_WIDTH;
GDISP.Height = SCREEN_HEIGHT;
GDISP.Orientation = GDISP_ROTATE_90;
GDISP.Orientation = GDISP_ROTATE_0;
GDISP.Powermode = powerOn;
GDISP.Backlight = 100;
GDISP.Contrast = 50;