[lightswitch] Add setLCDPower to widget.js

master
storm64 2025-05-07 10:11:39 +02:00 committed by GitHub
parent 5a708cd818
commit 426ed847e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@
} else {
// activate backlight
this.isOn = true;
Bangle.setLCDPower(true);
// redraw complete widget icon
this.drawIcon(false);
}