File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 223
223
* Others
224
224
*-----------*/
225
225
226
- /*1: Show CPU usage and FPS count in the right bottom corner */
226
+ /*1: Show CPU usage and FPS count*/
227
227
#define LV_USE_PERF_MONITOR 0
228
228
#if LV_USE_PERF_MONITOR
229
229
#define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
230
230
#endif
231
231
232
- /*1: Show the used memory and the memory fragmentation in the left bottom corner
232
+ /*1: Show the used memory and the memory fragmentation
233
233
* Requires LV_MEM_CUSTOM = 0*/
234
234
#define LV_USE_MEM_MONITOR 0
235
- #if LV_USE_PERF_MONITOR
235
+ #if LV_USE_MEM_MONITOR
236
236
#define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
237
237
#endif
238
238
490
490
491
491
#define LV_USE_LIST 1
492
492
493
+ #define LV_USE_MENU 1
494
+
493
495
#define LV_USE_METER 1
494
496
495
497
#define LV_USE_MSGBOX 1
You can’t perform that action at this time.
0 commit comments