OLED SSD1306 OWN fonts?

I have a SSD1306. I have no problem with that at all but wondering...

Can I own make font for the OLED than Adafruit?
Ilooking for to change to digital font like the seven-segment that Adafruit do not have.

Thanks.

1 Like

Yes, you can make your own fonts. But it is easier to use existing ones e.g.
https://github.com/prenticedavid/MCUFRIEND_kbv/blob/master/FreeDefaultFonts.h
or
https://github.com/prenticedavid/MCUFRIEND_kbv/blob/master/FreeSevenSegNumFontPlusPlus.h

David.

1 Like

YAYA! yes worked but too large font. any smaller? I tried size=1 still too large.

Thanks!!!

Why not say what size you want ?

Or just say 90% or 80% version of FreeSevenSegNumFont
Or choose a font from U8g2lib library. And use U8g2_for_Adafruit_GFX if you are happier with GFX methods.

look at this library "SSD1306Ascii-master" it has many fonts and is very small because it does not have any graphics capability.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.