Tune SSD1677 LUTs for PaperMono text/quality modes - #272
Merged
Conversation
lovyan03
pushed a commit
that referenced
this pull request
Sep 2, 2026
This reverts merge commit 1f481eb (PR #272, commit 3bcad74). The retuned epd_quality waveform is not DC balanced: every gray level nets +58 to +72 frames of VSH1 per refresh, whereas the previous waveform nets zero for all four levels. On the panel this shows up as sticking after repeated quality refreshes, and the white level ends up slightly gray. The new epd_text waveform also reduced that mode from four gray levels to two, dropping light details in images. Withdrawn in agreement with the author. The issue that motivated the change (white areas developing dark speckles after prolonged use, which clear on the next refresh) will be investigated separately.
lovyan03
added a commit
that referenced
this pull request
Sep 2, 2026
Revert "Tune SSD1677 LUTs for PaperMono text/quality modes" (#272)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Updated the SSD1677 waveforms used by the
epd_textandepd_qualityupdate modes.Preliminary Observations
The updated waveforms still require further stability and long-term refresh testing.
The white level in the
epd_qualitymode appears slightly gray compared with the white level in the existingepd_fastandepd_fastestmodes. As a result, the boundaries between regions refreshed by different modes can be visibly distinguished.The white levels of the different refresh modes may require further adjustment to provide a more consistent display appearance.