Skip to content

Commit 15f815b

Browse files
committed
DEG-335: LV_DEF_REFR_PERIOD 16ms, LV_USE_SYSMON enabled.
1 parent f8fc6a2 commit 15f815b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lv_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*====================*/
7474

7575
/** Default display refresh, input device read and animation step period. */
76-
#define LV_DEF_REFR_PERIOD 33 /**< [ms] */
76+
#define LV_DEF_REFR_PERIOD 16 /**< [ms] */
7777

7878
/** Default Dots Per Inch. Used to initialize default sizes such as widgets sized, style paddings.
7979
* (Not so important, you can adjust it to modify default sizes and spaces.) */
@@ -1036,7 +1036,7 @@ extern void mp_lv_deinit_gc();
10361036
#define LV_USE_SNAPSHOT 1
10371037

10381038
/** 1: Enable system monitor component */
1039-
#define LV_USE_SYSMON 0
1039+
#define LV_USE_SYSMON 1
10401040
#if LV_USE_SYSMON
10411041
/** Get the idle percentage. E.g. uint32_t my_get_idle(void); */
10421042
/* #define LV_SYSMON_GET_IDLE lv_os_get_idle_percent */

0 commit comments

Comments
 (0)