disable PERF_MONITOR by default
This commit is contained in:
@@ -171,7 +171,7 @@ typedef void * lv_fs_drv_user_data_t;
|
||||
#define LV_USE_USER_DATA 0
|
||||
|
||||
/*1: Show CPU usage and FPS count in the right bottom corner*/
|
||||
#define LV_USE_PERF_MONITOR 1
|
||||
#define LV_USE_PERF_MONITOR 0
|
||||
|
||||
/*========================
|
||||
* Image decoder and cache
|
||||
|
||||
Reference in New Issue
Block a user