aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcd.c b/glcd.c
index cdeedee0..8ab87597 100644
--- a/glcd.c
+++ b/glcd.c
@@ -11,6 +11,7 @@ void lcdInit(GLCDDriver *glcdp) {
lcd_width = lcdGetWidth();
lcd_height = lcdGetHeight();
+ lcdSetPowerMode(powerOn);
lcdSetOrientation(portrait);
}