mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Set LV_INDEV_DEF_READ_PERIOD=20
This commit is contained in:
parent
60d2e22ef3
commit
81976d6ec9
@ -124,7 +124,9 @@ typedef int16_t lv_coord_t;
|
|||||||
* Can be changed in the Input device driver (`lv_indev_drv_t`)*/
|
* Can be changed in the Input device driver (`lv_indev_drv_t`)*/
|
||||||
|
|
||||||
/* Input device read period in milliseconds */
|
/* Input device read period in milliseconds */
|
||||||
#define LV_INDEV_DEF_READ_PERIOD 30
|
#ifndef LV_INDEV_DEF_READ_PERIOD
|
||||||
|
#define LV_INDEV_DEF_READ_PERIOD 20
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Drag threshold in pixels */
|
/* Drag threshold in pixels */
|
||||||
#define LV_INDEV_DEF_DRAG_LIMIT 10
|
#define LV_INDEV_DEF_DRAG_LIMIT 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user