added powerOn mode in lcdInit()

This commit is contained in:
Tectu 2012-07-09 02:43:40 +02:00
parent 8f7c2804fd
commit fdb5ede29a

1
glcd.c
View File

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