lvgl / lv_port_pc_vscode

MIT License
234 stars 147 forks source link

How to hide the fps,cpu,memory info panel? #23

Closed lanistor closed 1 year ago

lanistor commented 1 year ago

fvanroie commented 1 year ago

in lv_conf.h change these to 0:

/*1: Show CPU usage and FPS count in the right bottom corner*/
#define LV_USE_PERF_MONITOR     1

/*1: Show the used memory and the memory fragmentation  in the left bottom corner
 * Requires LV_MEM_CUSTOM = 0*/
#define LV_USE_MEM_MONITOR      1
lanistor commented 1 year ago
LV_USE_PERF_MONITOR

Thanks a lot👍