i have 7inch advance crowpanel hmi display, how to disable the message that shows fps and cpu info?

photos related to questions:

Answer:
In lv_conf.h or lv_conf_internal.h, find the following line:

define LV_USE_PERF_MONITOR 1

Change it to:

define LV_USE_PERF_MONITOR 0

Recompile and upload the program, and this message will no longer appear.

Sign In or Register to comment.