-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
revert(color): LVGL back to v8.2 #4337
Conversation
Looks like more is needed as the UI is somewhat messed up now... but this does need to happen and 8.3 or later can be revisited in the next cycle. https://github.com/EdgeTX/edgetx/commits/revert-lvgl83/ is more or less a straight reversion of the three merge commits, and it seems when I look at the changes to main vs PR there are several changes that weren't rolled back in etx_lv_theme.cpp => |
c57d26e
to
914a9df
Compare
I've fixed the UI issues in this PR. The other un-reverted changes are:
The lcd_driver.cpp change can be reverted if you want; but it works either way as far as I can see. |
No, that should be fine to stay, if anything its prep for the next attempt
:)
…On Fri, 24 Nov 2023, 11:36 am philmoz, ***@***.***> wrote:
I've fixed the UI issues in this PR.
The other un-reverted changes are:
- etx_lv_theme.cpp - startup initialisation to ensure styles exists
early
- lcd_driver.cpp - top down VS bottom up refresh
The lcd_driver.cpp change can be reverted if you want; but it works either
way as far as I can see.
—
Reply to this email directly, view it on GitHub
<#4337 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KLF53742WZJ25Y3WDDYF723XAVCNFSM6AAAAAA7ROEAB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRVGA2DQNBSGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Adding this so it doesn't get forgotten.
With the performance issues in LVGL 8.3 it may be necessary to revert back to 8.2.
Rollback of
Re-add