Added offset support for SH1106 132x64 controller with 128x64 matrix #4
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.
Hey Fabio,
I bought a strange SH1106 module with 132x64 controller and 128x64 matrix.
In this weird scenario controller "centers" the matrix, which results in 2 pixels missing on the left: (0,y) and (1,y).
Had to fix it manually, so here are my changes.
Let me know what you think of that and if there is anything else to check.
Regards,
Andrew