bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Enlarging the font in the bitluni "Hello, World" #85

Open SAREMANDELA opened 9 months ago

SAREMANDELA commented 9 months ago

I was doing a project related to esp32 after I decided to enlarge the text It shows errors help me if there are any solution for the problem please, @bitluni

joveaaron commented 7 months ago

if you enter the "Ressources" folder you can see some files that end with .h copy the name of the desired font without the .h and paste it on the part that says #include "<Ressources/[font_name].h>", replacing [font_name] with what you copied. the biggest font is the last one and looks exactly like the font MS-DOS uses also change "vga.setFont([font_name]);"