diff --git a/lv_conf.h b/lv_conf.h index 39ef556..fa98b23 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -75,7 +75,7 @@ #define LV_DISP_DEF_REFR_PERIOD 30 /*[ms]*/ /*Input device read period in milliseconds*/ -#define LV_INDEV_DEF_READ_PERIOD 30 /*[ms]*/ +#define LV_INDEV_DEF_READ_PERIOD 5 /*[ms]*/ /*Use a custom tick source that tells the elapsed time in milliseconds. *It removes the need to manually update the tick with `lv_tick_inc()`)*/