ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2.01k stars 638 forks source link

Import .bdf font #359

Open pike2k opened 2 years ago

pike2k commented 2 years ago

I found a font in u8g2 that i like (Crox5h) and they offer it both in .c code and in .bdf format.

I'm looking for some way to get this font to work with your software. I read that should be possible to import custom fonts on the website http://oleddisplay.squix.ch/ but alas, it cannot be found there.

Any suggestions?

marcelstoer commented 2 years ago

Related to #341 IMO.

unrzn0 commented 2 years ago

Maybe you can follow my path as documented here: https://github.com/ThingPulse/esp8266-oled-ssd1306/issues/281#issuecomment-695788375