Marc PASTEUR d132f39ff8 move lvgl
2025-12-19 18:08:19 +01:00

16 lines
288 B
XML

<component>
<consts>
<px name="size" value="100"/>
<color name="orange" value="0xffa020"/>
</consts>
<api>
<prop name="btn_text" type="string"/>
</api>
<view extends="lv_button" width="#size">
<my_h3 text="$btn_text" align="center" color="#orange"/>
</view>
</component>