mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Speedup LV_INDEV_DEF_READ_PERIOD
This commit is contained in:
parent
f96d17dca6
commit
5b5261140f
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user