added powerOn mode in lcdInit()
This commit is contained in:
parent
8f7c2804fd
commit
fdb5ede29a
1 changed files with 1 additions and 0 deletions
1
glcd.c
1
glcd.c
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue