added powerOn mode in lcdInit()

ugfx_release_2.6
Tectu 2012-07-09 02:43:40 +02:00
parent 8f7c2804fd
commit fdb5ede29a
1 changed files with 1 additions and 0 deletions

1
glcd.c
View File

@ -11,6 +11,7 @@ void lcdInit(GLCDDriver *glcdp) {
lcd_width = lcdGetWidth();
lcd_height = lcdGetHeight();
lcdSetPowerMode(powerOn);
lcdSetOrientation(portrait);
}