Update LVGL to current master
This commit is contained in:
parent
39fc01873d
commit
937d8b12f9
3 changed files with 5 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
lvgl
2
lvgl
|
|
@ -1 +1 @@
|
|||
Subproject commit c033a98afddd65aaafeebea625382a94020fe4a7
|
||||
Subproject commit 75557e5fe22196ebbba5bfd82386bd23c046a853
|
||||
Loading…
Add table
Add a link
Reference in a new issue