Extension LVGL Panel small updates (#24548)

This commit is contained in:
s-hadinger
2026-03-13 14:01:37 +01:00
committed by GitHub
parent bcca63da76
commit da48786bf9
3 changed files with 2 additions and 2 deletions
Binary file not shown.
@@ -1,4 +1,4 @@
# rm LVGL_Panel.tapp; zip -j -0 LVGL_Panel.tapp LVGL_Panel/autoexec.be LVGL_Panel/lvgl_panel.be LVGL_Panel/manifest.json
# rm LVGL_Panel.tapp; zip -j -0 LVGL_Panel.tapp LVGL_Panel/autoexec.be LVGL_Panel/lvgl_panel.be LVGL_Panel/manifest.json LVGL_Panel/lvgl.html
do # embed in `do` so we don't add anything to global namespace
import introspect
var lvgl_panel = introspect.module('lvgl_panel', true) # load module but don't cache
@@ -3,6 +3,6 @@
"version": "0x1A030300",
"description": "Realtime mirror of the LVGL display in browser",
"author": "Stephan Hadinger & Milko Daskalov",
"min_tasmota": "0x0F040000",
"min_tasmota": "0x0F030002",
"features": "display"
}