smaffer / espvgax

ESP8266 VGA Library for Arduino
160 stars 24 forks source link

Add nitram micro5 font #15

Open nitram509 opened 10 months ago

nitram509 commented 10 months ago

Hi,

back in the days when VGA with 320x240 pixel resolution was a thing, I did create my own font as well. It's just 5 pixels high and rather uppercase only. Initially, it was developed as a monospaced font, but I adopted a varying length for espvgax. It's now the font with the smallest memory foot-print ;)

I would be glad if you add this.

PS: I also fixed the missing #ifdef header in the generated code of your 1BITFONT tool. Any feedback is welcome.

Regards Martin