-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a double-clear mode to try to mitigate burn
Per commented https://forums.pimoroni.com/t/inky-frame-7-3-burn-in/24574 try clearing to taupe in a display.clear() first, then to the destination image. I can't see an immediately easy way to negate the existing image, and I'm not sure how "negate" is even defined in the e-ink space, since it'd have to be by cell charge levels, not sRGB values. (But for e.g. PRI2 streaming the only place the pixel data exists any more is inside PicoGraphics' framebuffer.) Also some distractions on trying to flush messages, since the busy-waiting during both updates in close succession is enough to *really* delay USB serial messages in an annoying fashion. Unfortunately there doesn't seem to be a way to do this under MicroPython I can find.
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters