disable PERF_MONITOR by default

This commit is contained in:
Gabor Kiss-Vamosi
2020-03-04 11:03:31 +01:00
parent 1ff6fc28d3
commit 5c1eac455f
2 changed files with 2 additions and 2 deletions

View File

@@ -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