commit
effb1db68d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ bool_t GDISP_LLD(init)(void) {
|
||||||
/* Initialise the GDISP structure to match */
|
/* Initialise the GDISP structure to match */
|
||||||
GDISP.Width = SCREEN_WIDTH;
|
GDISP.Width = SCREEN_WIDTH;
|
||||||
GDISP.Height = SCREEN_HEIGHT;
|
GDISP.Height = SCREEN_HEIGHT;
|
||||||
GDISP.Orientation = GDISP_ROTATE_90;
|
GDISP.Orientation = GDISP_ROTATE_0;
|
||||||
GDISP.Powermode = powerOn;
|
GDISP.Powermode = powerOn;
|
||||||
GDISP.Backlight = 100;
|
GDISP.Backlight = 100;
|
||||||
GDISP.Contrast = 50;
|
GDISP.Contrast = 50;
|
||||||
|
|
Loading…
Add table
Reference in a new issue