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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user