From 0c26698ba67d492a0b7669e2e60e7d8c18d8a67a Mon Sep 17 00:00:00 2001
From: s-hadinger <49731213+s-hadinger@users.noreply.github.com>
Date: Sat, 22 Feb 2025 12:33:34 +0100
Subject: [PATCH] Leds Panel add checkbox to enable/disable the feature
(#23048)
---
CHANGELOG.md | 1 +
tasmota/berry/leds_panel/leds_panel.be | 55 +++++++++++++++++++-----
tasmota/berry/leds_panel/leds_panel.bec | Bin 13792 -> 14254 bytes
tasmota/berry/lvgl_panel/lvgl_panel.be | 2 +-
tasmota/berry/lvgl_panel/lvgl_panel.bec | Bin 14168 -> 14169 bytes
5 files changed, 46 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca869ccca..29d8a2c17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Changed
- LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160
- LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution)
+- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution)
### Fixed
diff --git a/tasmota/berry/leds_panel/leds_panel.be b/tasmota/berry/leds_panel/leds_panel.be
index 81bf5ed03..45e4f29c3 100644
--- a/tasmota/berry/leds_panel/leds_panel.be
+++ b/tasmota/berry/leds_panel/leds_panel.be
@@ -707,6 +707,7 @@ class leds_panel
static var SAMPLING = 100
static var PORT = 8886 # default port 8886
+ static var HTML_WIDTH = 290
static var HTML_HEAD1 =
"
"
static var HTML_URL_F =
@@ -794,10 +795,10 @@ class leds_panel
''
''
static var HTML_CONTENT =
- '