bitluni / ESP32VGA

http://bitluni.net/esp32-vga
132 stars 24 forks source link

[Question] Adding new larger none scaled fonts #8

Open sorvad opened 5 years ago

sorvad commented 5 years ago

I added some code to scale fonts simply but of course they become very pixelated and chunky. How did you create the data for your various size fonts. I need some quite large fonts and would be nice if they were better resolution. Ideally it'd be cool if I could choose a font at given size and the data to add to your code be generated automatically.

Thanks in advance