pico-examples
pico-examples copied to clipboard
Fix SSD1306 example to display all text on small (32px) screens
The last 4 lines of text are never displayed on the 32px-tall versions of SSD1306. This PR makes sure all of text is always displayed (at the cost of making the logic a bit more complex).
accidentally closed the pr by deleting my local branch, re-opening
Also, can you change the base branch to develop please?
I don't have a SSD1306 with which to test, but the code looks fairly plausible. Thanks for incorporating all my feedback @kaycebasques !