0 votes
by (180 points)
I have a Digital-7 font on my computer.

Is it posible to convert this font for the ssd1306 display?

Thanks in advance

Jan (NL)

1 Answer

0 votes
by (2.9k points)
Hi,

There is already nice font converted here:

https://github.com/ThingPulse/esp8266-weather-station/blob/master/examples/WeatherStationDemoExtendedDST/DSEG7Classic-BoldFont.h

 Width: 17 x  Height: 23 points

The tricky part of such fonts is that to look good you need points so cannot make it very small. It will look crappy. You can try to draw your own font by creating a "8" symbol and cutting lines by this tool:

https://rawgit.com/lorol/esp8266-oled-ssd1306/master/resources/glyphEditor.html

You can also load the .h file above to the tool.

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...