Merge pull request #4 from mobyfab/master

SSD1963 Default orientation
ugfx_release_2.6
Tectu 2012-10-07 12:33:43 -07:00
commit effb1db68d
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;