Skip to content

Commit 426ed84

Browse files
authored
[lightswitch] Add setLCDPower to widget.js
1 parent 5a708cd commit 426ed84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/lightswitch/widget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
} else {
122122
// activate backlight
123123
this.isOn = true;
124+
Bangle.setLCDPower(true);
124125
// redraw complete widget icon
125126
this.drawIcon(false);
126127
}

0 commit comments

Comments
 (0)