Speedup LV_INDEV_DEF_READ_PERIOD

This commit is contained in:
fvanroie 2021-06-01 20:14:42 +02:00
parent f96d17dca6
commit 5b5261140f

View File

@ -125,7 +125,7 @@ typedef int16_t lv_coord_t;
/* Input device read period in milliseconds */ /* Input device read period in milliseconds */
#ifndef LV_INDEV_DEF_READ_PERIOD #ifndef LV_INDEV_DEF_READ_PERIOD
#define LV_INDEV_DEF_READ_PERIOD 25 /*[ms]*/ #define LV_INDEV_DEF_READ_PERIOD 20 /*[ms]*/
#endif #endif
/* Drag threshold in pixels */ /* Drag threshold in pixels */