diff options
-rw-r--r-- | glcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ void lcdInit(GLCDDriver *glcdp) { lcd_width = lcdGetWidth(); lcd_height = lcdGetHeight(); + lcdSetPowerMode(powerOn); lcdSetOrientation(portrait); } |
![]() |
index : avr/qmk/uGFX | |
[no description] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | glcd.c | 1 |
@@ -11,6 +11,7 @@ void lcdInit(GLCDDriver *glcdp) { lcd_width = lcdGetWidth(); lcd_height = lcdGetHeight(); + lcdSetPowerMode(powerOn); lcdSetOrientation(portrait); } |