Updated SSD1963 default rotation.

ugfx_release_2.6
mobyfab 2012-10-05 16:27:50 +02:00
parent 1ccb7f4660
commit 142ee8f26d
1 changed files with 1 additions and 1 deletions

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;