From d2a8b993abed3c7c84aefd4f76ed2ca9b4bef0d3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 9 Mar 2023 22:52:29 +0100 Subject: [PATCH] lvgl: update to HEAD of release/v8.3 branch When attempting to rebase on master of lvgl, it gives the following warning and the build fails with several errors. > You are using the development version of LVGL which is not stable at > this moment. For production use the release/v8.3 branch. So switch to release/v8.3. --- find-lvgl-sources.sh | 7 +++++-- lvgl | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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/lvgl b/lvgl index bcf5d79..9a870b3 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit bcf5d79cb4f868270d9f564a92a080e07280b67b +Subproject commit 9a870b34a9e8a4b55c7d58b69ba3f1eccca1305b