datasith / Ai_Ardulib_SSD1306

Library for using SSD1306-powered OLED displays in the Arduino IDE.
MIT License
56 stars 22 forks source link

When using font5x7, clearDisplay only clears left side of the screen. #9

Open hugovangalen opened 6 years ago

hugovangalen commented 6 years ago

The culprit seems to be the loop that puts spaces on the screen for only 16 characters. The maximum here should probably be calculated from the actual font sizes.