From 426ed847e6635f74ae6e3635272bf7b50c5dcfbf Mon Sep 17 00:00:00 2001 From: storm64 Date: Wed, 7 May 2025 10:11:39 +0200 Subject: [PATCH] [lightswitch] Add setLCDPower to widget.js --- apps/lightswitch/widget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/lightswitch/widget.js b/apps/lightswitch/widget.js index 6b573355b..601849414 100644 --- a/apps/lightswitch/widget.js +++ b/apps/lightswitch/widget.js @@ -121,6 +121,7 @@ } else { // activate backlight this.isOn = true; + Bangle.setLCDPower(true); // redraw complete widget icon this.drawIcon(false); }