[lvgl] Fix format of hello world page (#15868)

This commit is contained in:
Clyde Stubbs
2026-04-20 23:13:42 +10:00
committed by GitHub
parent 7321e6e52f
commit 0dae41aa22
+3 -1
View File
@@ -89,10 +89,12 @@
id: hello_world_label_
text: "Hello World!"
align: center
- obj:
- container:
id: hello_world_qrcode_
outline_width: 0
border_width: 0
height: 100
width: 100
hidden: !lambda |-
return lv_obj_get_width(lv_screen_active()) < 300 && lv_obj_get_height(lv_screen_active()) < 400;
widgets: