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

@@ -253,7 +253,7 @@
/*1: Show CPU usage and FPS count in the right bottom corner*/
#ifndef LV_USE_PERF_MONITOR
#define LV_USE_PERF_MONITOR 1
#define LV_USE_PERF_MONITOR 0
#endif
/*========================