Merge branch 'read-period-5ms' into 'master'
lvgl: update to release/v8.3 branch, set LV_INDEV_DEF_READ_PERIOD to 5 ms See merge request cherrypicker/unl0kr!16
This commit is contained in:
commit
542e964951
3 changed files with 7 additions and 4 deletions
|
|
@ -20,9 +20,12 @@
|
|||
find lv_drivers -name '*.c'
|
||||
find lvgl/src/core -name '*.c'
|
||||
find lvgl/src/draw -name '*.c'
|
||||
find lvgl/src/extra -name '*.c'
|
||||
find lvgl/src/extra/layouts/flex -name '*.c'
|
||||
find lvgl/src/extra/widgets/keyboard -name '*.c'
|
||||
find lvgl/src/extra/widgets/msgbox -name '*.c'
|
||||
find lvgl/src/extra/widgets/span -name '*.c'
|
||||
find lvgl/src/font -name '*.c'
|
||||
find lvgl/src/hal -name '*.c'
|
||||
find lvgl/src/layouts -name '*.c'
|
||||
find lvgl/src/misc -name '*.c'
|
||||
find lvgl/src/themes -name '*.c'
|
||||
find lvgl/src/widgets -name '*.c'
|
||||
|
|
|
|||
|
|
@ -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()`)*/
|
||||
|
|
|
|||
2
lvgl
2
lvgl
|
|
@ -1 +1 @@
|
|||
Subproject commit bcf5d79cb4f868270d9f564a92a080e07280b67b
|
||||
Subproject commit 9a870b34a9e8a4b55c7d58b69ba3f1eccca1305b
|
||||
Loading…
Add table
Add a link
Reference in a new issue