Adjust for 128x64 display, add #define to choose screen size #6
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.
Hello.
Many thanks for the great & useful code :)
For the text demo, I had to adjust things for my 128x64 OLED screen, which too uses the SSD1306 chip.
So submitting the changes back, in case you're interested.
I added 2 #define at the top to select between the sizes.
I can't test on the 128x32 screen, I hope I didn't break anything for it.