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

Remove visual flash. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove visual flash. #1

wants to merge 1 commit into from

Conversation

mirdinj
Copy link

@mirdinj mirdinj commented Feb 2, 2023

This removes the jarring visual flash, by drawing a white screen based on the buffer, then drawing the screen in full. This means you no longer need to fully clear the screen on each draw. This removes the visual black/white flash you see when calling epd_clear(); Obviously this wouldn't work for Black on White renders.

This removes the jarring visual flash, by drawing a white screen based on the buffer, then drawing the screen in full.  This means you no longer need to fully clear the screen on each draw.  This removes the visual black/white flash you see when calling epd_clear();  Obviously this wouldn't work for Black on White renders.
@nickolay
Copy link
Owner

nickolay commented Feb 2, 2023

I think you'll find that the flashing of the screen is required to prevent ghosting. I'd rather not remove it.

@memthw memthw mentioned this pull request Jan 6, 2024
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.

2 participants