-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LVGL to v9.1.0 #49
Conversation
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
Signed-off-by: Xu Xingliang <[email protected]> Co-authored-by: Xu Xingliang <[email protected]>
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
…lay properly when the line is a horizontal line (#5473) Signed-off-by: lhdjply <[email protected]>
Co-authored-by: Jim Boström <[email protected]> Co-authored-by: Gabor Kiss-Vamosi <[email protected]>
Wow, @faxe1008 do you have a manifest PR for this? I think we are only supposed to merge it after a successful CI run on the main repo |
@fabiobaltieri Started drafting it out but encountered some strange errors of seemingly unrelated things I need to investigate. My bad I changed the PR to draft state to prevent any accidental merges. |
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
Signed-off-by: Xu Xingliang <[email protected]>
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
Signed-off-by: lhdjply <[email protected]>
Signed-off-by: FASTSHIFT <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
Signed-off-by: Ana Grad <[email protected]> Co-authored-by: Ana Grad <[email protected]>
…se (#5833) Signed-off-by: qinshijing <[email protected]> Co-authored-by: qinshijing <[email protected]>
…YER_SIMPLE_BUF_SIZE (#5798)
Signed-off-by: Neo Xu <[email protected]>
…892) Signed-off-by: Neo Xu <[email protected]> Co-authored-by: Neo Xu <[email protected]>
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
…systrace (#5900) Co-authored-by: Neo Xu <[email protected]>
Signed-off-by: Xu Xingliang <[email protected]>
Co-authored-by: YobeZhou <[email protected]>
Signed-off-by: pengyiqiang <[email protected]> Co-authored-by: pengyiqiang <[email protected]>
24022c3
to
e59e6c5
Compare
33c18f5
to
a62c924
Compare
Release v9.1.0
Remove the square brace character from the Kconfig field LV_TXT_BREAK_CHARS as it causes the build to break on zephyr side due to an error in the kconfig parsing. Signed-off-by: Fabian Blatz <[email protected]>
Any updates on this? It would be incredibly helpful to have LVGL 9.x in Zephyr |
Hi @Merlin04 |
Since this is merged, any update on 9.x version? |
Updates the module to upstream v9.0. The only remaining deltas:
git diff v9.0.0 HEAD