From 5b5261140f41bca92e50e7abe3eb235755d01654 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:14:42 +0200 Subject: [PATCH] Speedup LV_INDEV_DEF_READ_PERIOD --- include/lv_conf_v7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index e1f576cc..dbbcc5b8 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -125,7 +125,7 @@ typedef int16_t lv_coord_t; /* Input device read period in milliseconds */ #ifndef LV_INDEV_DEF_READ_PERIOD -#define LV_INDEV_DEF_READ_PERIOD 25 /*[ms]*/ +#define LV_INDEV_DEF_READ_PERIOD 20 /*[ms]*/ #endif /* Drag threshold in pixels */