[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 Jesse Hills
parent 572fb83015
commit 22f6791dea
+3 -1
View File
@@ -89,10 +89,12 @@
id: hello_world_label_ id: hello_world_label_
text: "Hello World!" text: "Hello World!"
align: center align: center
- obj: - container:
id: hello_world_qrcode_ id: hello_world_qrcode_
outline_width: 0 outline_width: 0
border_width: 0 border_width: 0
height: 100
width: 100
hidden: !lambda |- hidden: !lambda |-
return lv_obj_get_width(lv_screen_active()) < 300 && lv_obj_get_height(lv_screen_active()) < 400; return lv_obj_get_width(lv_screen_active()) < 300 && lv_obj_get_height(lv_screen_active()) < 400;
widgets: widgets: