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.
This commit is contained in:
Oliver Smith 2023-03-09 22:52:29 +01:00
parent 0ca799d47d
commit d2a8b993ab
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 6 additions and 3 deletions

View file

@ -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'