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
@@ -0,0 +1,24 @@
<!--
Example
<lv_calendar src="img1 img2" duration="300" repeat_count="3"/>
-->
<widget>
<api>
<prop name="today_date" help="Current date">
<param name="year" type="int" help=""/>
<param name="month" type="int" help=""/>
<param name="day" type="int" help=""/>
</prop>
<prop name="month_shown" help="Shown date">
<param name="year" type="int" help=""/>
<param name="month" type="int" help=""/>
</prop>
<element name="header_arrow" access="add" help=""/>
<element name="header_dropdown" access="add" help="">
<prop name="year_list">
<param name="list" type="string" />
</prop>
</element>
</api>
</widget>