Fix Epd7in5_V2 content fading out during DisplayFrame #228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I had an issue with the
Epd7in5_V2
driver. I could init and write graphics to the SRAM, as I could see the result being inverted (flickering) during the display refresh. But during the flickering, the content faded out. The result was barely seeable light light gray text and graphic on the display.This did not happen when using the demo from waveshare (download here). So i copied the init procedure and it worked! My display now shows everything crispy black on white!
I do not know what
exactly
went wrong, but it works now and I wanted to spare others wasting hours (days) of their lives. I could "bisect" the changed lines to see what is causing the problem to be fixed, if that is wanted.Otherwise thanks for the implementation, the rest works like a charm.
To test or use this library define this fork as crate in the
Cargo.toml
: