Fix White spacing

ugfx_release_2.6
inmarket 2013-10-19 17:58:18 +10:00
parent 6ac1710dc5
commit 9a8b5b4163
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
/* Turn on the back-light */
set_backlight(g, GDISP_INITIAL_BACKLIGHT);
/* Initialise the GDISP structure */
/* Initialise the GDISP structure */
g->g.Width = GDISP_SCREEN_WIDTH;
g->g.Height = GDISP_SCREEN_HEIGHT;
g->g.Orientation = GDISP_ROTATE_0;