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
+14
View File
@@ -0,0 +1,14 @@
/**
* @file version.h
* The current version of LVGL
*/
#ifndef LVGL_VERSION_H
#define LVGL_VERSION_H
#define LVGL_VERSION_MAJOR @LVGL_VERSION_MAJOR@
#define LVGL_VERSION_MINOR @LVGL_VERSION_MINOR@
#define LVGL_VERSION_PATCH @LVGL_VERSION_PATCH@
#define LVGL_VERSION_INFO "@LVGL_VERSION_INFO@"
#endif /*LVGL_VERSION_H*/