mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
first commit
This commit is contained in:
@@ -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
|
||||
* 如果字体需要,将触发编译器错误 */
|
||||
|
||||
Reference in New Issue
Block a user