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 flashing old display content on model T #4515

Open
wants to merge 1 commit into
base: tychovrahe/bootloader/slow_fade_fix
Choose a base branch
from

Conversation

TychoVrahe
Copy link
Contributor

follow up for #4492

turns out model T, or rather non-framebuffer models, also need this treatment.

@TychoVrahe TychoVrahe self-assigned this Jan 17, 2025
Copy link

core UI changes device test click test persistence test
T2T1 Model T test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
T3B1 Safe 3 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
T3T1 Safe 5 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
All main(screens)

@TychoVrahe TychoVrahe marked this pull request as ready for review January 17, 2025 13:14
@TychoVrahe TychoVrahe requested a review from prusnak as a code owner January 17, 2025 13:14
@TychoVrahe TychoVrahe requested review from cepetr and removed request for prusnak January 17, 2025 13:14

// but still, we will wait before raising backlight
// to make sure the display is showing new content
display_driver_t* drv = &g_display_driver;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a big issue, but we should check whether the driver is initialized before accessing drv->update_pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏃‍♀️ In progress
Development

Successfully merging this pull request may close these issues.

2 participants