first commit

This commit is contained in:
wen
2025-09-30 13:01:24 +08:00
parent d8d17c8076
commit ec83999cef
40 changed files with 13830 additions and 136 deletions

View File

@@ -131,11 +131,19 @@
/*-------------
* Others
*-----------*/
/*1: Show CPU usage and FPS count*/
#define LV_USE_PERF_MONITOR 0
#if LV_USE_PERF_MONITOR
#define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
#endif
// /*1: Show CPU usage and FPS count*/
// #define LV_USE_PERF_MONITOR 1
// #if LV_USE_PERF_MONITOR
// #define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
// #endif
// /*1: Show the used memory and the memory fragmentation
// * Requires LV_MEM_CUSTOM = 0*/
// #define LV_USE_MEM_MONITOR 1
// #if LV_USE_MEM_MONITOR
// #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
// #endif
/* 允许处理大字体或包含大量字符的字体
* 限制取决于字体大小、字体和 bpp
* 如果字体需要,将触发编译器错误 */