Closed explora26 closed 5 years ago
This is not a zephyr issue but a bug in LVGL V5.3, see https://github.com/littlevgl/lvgl/issues/802
@explora26 Pushed a PR backporting the fix for this issue but keep in mind that the documentation on the LVGL webpages is for V6.0 and not for V5.3 and possibly other fixes went in to the master branch but never made it into a V5 release.
In case you are interested in V6 support with zephyr see PR #17629
Thanks for the fix, I will verify the patch this week.
Reopened issue as it needs the fix of PR #17824
possibly other fixes went in to the master branch but never made it into a V5 release.
That's correct. After a release all bugfixes are put in master
.
Describe the bug I'm trying to development my project with LVGL, but the LCD color is incorrect due to data swap. So I enable CONFIG_LVGL_COLOR_16_SWAP, but got build error.
To Reproduce Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):
Additional context LVGL commit SHA: c43a2bbe52cc803d12bc12888b38105cf1e179d0