diff --git a/find-lvgl-sources.sh b/find-lvgl-sources.sh index 39f976c..cd63a40 100755 --- a/find-lvgl-sources.sh +++ b/find-lvgl-sources.sh @@ -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' diff --git a/lv_conf.h b/lv_conf.h index 39ef556..fa98b23 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -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()`)*/ diff --git a/lvgl b/lvgl index bcf5d79..9a870b3 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit bcf5d79cb4f868270d9f564a92a080e07280b67b +Subproject commit 9a870b34a9e8a4b55c7d58b69ba3f1eccca1305b