We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fc6a2 commit 15f815bCopy full SHA for 15f815b
1 file changed
lv_conf.h
@@ -73,7 +73,7 @@
73
*====================*/
74
75
/** Default display refresh, input device read and animation step period. */
76
-#define LV_DEF_REFR_PERIOD 33 /**< [ms] */
+#define LV_DEF_REFR_PERIOD 16 /**< [ms] */
77
78
/** Default Dots Per Inch. Used to initialize default sizes such as widgets sized, style paddings.
79
* (Not so important, you can adjust it to modify default sizes and spaces.) */
@@ -1036,7 +1036,7 @@ extern void mp_lv_deinit_gc();
1036
#define LV_USE_SNAPSHOT 1
1037
1038
/** 1: Enable system monitor component */
1039
-#define LV_USE_SYSMON 0
+#define LV_USE_SYSMON 1
1040
#if LV_USE_SYSMON
1041
/** Get the idle percentage. E.g. uint32_t my_get_idle(void); */
1042
/* #define LV_SYSMON_GET_IDLE lv_os_get_idle_percent */
0 commit comments