[lvgl] Automatically register widget types (#11394)

Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
Stuart Parmenter
2025-11-10 16:04:03 -08:00
committed by GitHub
parent 40e2976ba2
commit 0f8332fe3c
6 changed files with 64 additions and 93 deletions

View File

@@ -700,6 +700,10 @@ lvgl:
width: 100%
height: 10%
align: top_mid
on_value:
- lvgl.spinbox.update:
id: spinbox_id
value: !lambda return x;
- button:
styles: spin_button
id: spin_up