Ai_Ardulib_SSD1306 icon indicating copy to clipboard operation
Ai_Ardulib_SSD1306 copied to clipboard

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

Open hugovangalen opened this issue 5 years ago • 0 comments

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.)

hugovangalen avatar Aug 09 '18 12:08 hugovangalen