diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ad0cf..26d889b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ If a change only affects particular applications, they are listed in parentheses ## Unreleased -Nothing at the moment. +- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues ## 3.4.0 (2025-09-24) diff --git a/find-lvgl-sources.sh b/find-lvgl-sources.sh index fba4892..9508755 100755 --- a/find-lvgl-sources.sh +++ b/find-lvgl-sources.sh @@ -9,13 +9,14 @@ find "$1/src/core" -name '*.c' | LC_ALL=C sort find "$1/src/display" -name '*.c' | LC_ALL=C sort find "$1/src/draw" -name '*.c' | LC_ALL=C sort find "$1/src/drivers" -name '*.c' | LC_ALL=C sort -find "$1/src/indev" -name '*.c' | LC_ALL=C sort find "$1/src/font" -name '*.c' | LC_ALL=C sort +find "$1/src/indev" -name '*.c' | LC_ALL=C sort find "$1/src/layouts" -name '*.c' | LC_ALL=C sort find "$1/src/libs" -name '*.c' | LC_ALL=C sort find "$1/src/misc" -name '*.c' | LC_ALL=C sort find "$1/src/osal" -name '*.c' | LC_ALL=C sort +find "$1/src/others" -name '*.c' | LC_ALL=C sort find "$1/src/stdlib" -name '*.c' | LC_ALL=C sort -find "$1/src/tick" -name '*.c' | LC_ALL=C sort find "$1/src/themes" -name '*.c' | LC_ALL=C sort +find "$1/src/tick" -name '*.c' | LC_ALL=C sort find "$1/src/widgets" -name '*.c' | LC_ALL=C sort diff --git a/lvgl b/lvgl index c033a98..75557e5 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit c033a98afddd65aaafeebea625382a94020fe4a7 +Subproject commit 75557e5fe22196ebbba5bfd82386bd23c046a853