Skip to content
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

Fix display corruption when the timer is triggered #1053

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

JF002
Copy link
Collaborator

@JF002 JF002 commented Mar 27, 2022

Fixes #445
This display was "corrupted" because the app do not have a background label that cover the whole screen. Because of that, LVGL would not refresh the whole display at once, but would refresh it in 3 non consecutive parts, which confused the HW scrolling transition.

…ayed correctly after a full refresh (HW scrolling transition).

Code cleaning and rename methods.
@JF002 JF002 added this to the 1.9.0 milestone Mar 27, 2022
Copy link
Contributor

@Riksu9000 Riksu9000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me.

@JF002 JF002 merged commit 8f436e1 into develop Mar 28, 2022
@Avamander Avamander deleted the fix-display-corruption-after-timer-end branch September 27, 2022 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timer end + other app open = display corruption
2 participants