datasith / Ai_Ardulib_SSD1306

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

If custom glyphs are added to the fonts, the putChar() won't display them #10

Open hugovangalen opened 5 years ago

hugovangalen commented 5 years ago

There is a test in putChar() to ignore non-printable characters. If custom glyphs are added to the font however, these will never be displayed unless the 127 is replaced with another value.

(This maximum should probably be derived from the font-definition some how.)