[lightswitch] Add setLCDPower to widget.js
parent
5a708cd818
commit
426ed847e6
|
|
@ -121,6 +121,7 @@
|
||||||
} else {
|
} else {
|
||||||
// activate backlight
|
// activate backlight
|
||||||
this.isOn = true;
|
this.isOn = true;
|
||||||
|
Bangle.setLCDPower(true);
|
||||||
// redraw complete widget icon
|
// redraw complete widget icon
|
||||||
this.drawIcon(false);
|
this.drawIcon(false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue