Increased number of bytes sent to oled display driver chip to flush garbage from ram#10760
Open
matm616 wants to merge 1 commit intoiNavFlight:maintenance-9.xfrom
Open
Increased number of bytes sent to oled display driver chip to flush garbage from ram#10760matm616 wants to merge 1 commit intoiNavFlight:maintenance-9.xfrom
matm616 wants to merge 1 commit intoiNavFlight:maintenance-9.xfrom
Conversation
…arbage from ram No more weird garbage displayed at the bottom of the display
Member
|
Does anyone have any idea how this works? Does it corrupt the other displays that currently work? |
Member
|
I've learned there are a few different chips used for OLED drivers. The SSH1106 needs more data sent to it than the SSD1306. The SSD1306 just gets bytes for the pixels. The SSH1106 has memory for four extra columnsthat are not displayed. It looks like Matm616 is looking at an SSH1106 display. For the SSH1106, we would send two blank columns, then the data you want displayed, then two more blank columns. |
|
AFAIK this is not the reason and PR #10975 fixes root cause. |
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.
No more weird garbage displayed at the bottom of the display
Should fix #5903 (comment)