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

14 lines
481 B
XML

<!--
Example
<lv_animimg src="img1 img2" duration="300" repeat_count="3"/>
-->
<widget>
<api>
<const name="infinite" help="Repeat the animation infinitely"/>
<prop name="src" type="image_src[count]" help="Set the image sources, separated by spaces"/>
<prop name="duration" type="int" help="Set how long one animation cycle runs (ms)"/>
<prop name="repeat_count" type="int" help="Set how many times the animation repeats"/>
</api>
</widget>