perf: Enable 512KB LVGL image cache on PSRAM and move modified lvgl to local components

This commit is contained in:
Adolfo Reyna
2026-07-09 22:27:55 -04:00
parent df93252281
commit c4ec7ead55
3999 changed files with 813776 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!--
Example
<lv_animinmg src="img1 img2" duration="300" repeat_count="3"/>
-->
<widget>
<api>
<const name="infinite" help="Repeat the animation infinite times"/>
<prop name="src" help="Image sources">
<param name="src_array" type="image_src[count]"/>
</prop>
<prop name="duration" help="Length of the animation in milliseconds">
<param name="time_ms" type="int"/>
</prop>
<prop name="repeat_count">
<param name="cnt" type="int"/>
</prop>
</api>
</widget>