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