Replies: 2 comments 2 replies
-
loadFont is for smooth (anti-aliased) fonts only not GFX format fonts. Use this example a a reference sketcxh: https://github.com/Bodmer/TFT_eSPI/tree/master/examples/Generic/Local_Custom_Fonts |
Beta Was this translation helpful? Give feedback.
-
void createBackground() { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have problem with my own fonts :(
I convert my ttf font on 2 sites:
But when i paste in code: gaugeBack.loadFont(OwnFont); it wont display, or screen is fully black.
I have in code "const uint8_t OwnFont[] PROGMEM = {};"
Beta Was this translation helpful? Give feedback.
All reactions