bitluni / ESP32Lib

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

[Question] font size #30

Open makmar opened 4 years ago

makmar commented 4 years ago

Great project.

I order the board and I cant wait to start playing with it. in my project, I will need very big fonts (5 numbers will fill all the screen). I have to create a new file in the ressources but for the moment i don't know how.
any suggestion will be appreciated.

thank you

bitluni commented 4 years ago

Did you try the adafruit fonts? with .setTextSize(x); ? you can also use a custom resolution to simply make the pixels huge

On Tue, Aug 13, 2019 at 9:21 PM makmar notifications@github.com wrote:

Great project.

I order the board and I cant wait to start playing with it. in my project, I will need very big fonts (5 numbers will fill all the screen). I have to create a new file in the ressources but for the moment i don't know how. any suggestion will be appreciated.

thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32Lib/issues/30?email_source=notifications&email_token=ADCGI23B2JDF7F5O3EKBIKTQEMCUDA5CNFSM4ILN6US2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFBFTRA, or mute the thread https://github.com/notifications/unsubscribe-auth/ADCGI22C2IM3DJSTDGM7PUTQEMCUDANCNFSM4ILN6USQ .

makmar commented 4 years ago

I received the board and works great with the examples. I manage to create custom fonts 100x180 (only numbers from 0-9) is there any tool to create this type of fonts?

Thanks Font100x180.zip