How to use GLCD Fonts #1752
-
I have a number of old GLCD fonts generated by MicroE GLCD Font Creator (https://www.mikroe.com/glcd-font-creator) I can't find any references on how to define the size and character range for my fonts and load them. Can someone help please. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The library does not support that font format. Formats supported are Free fonts, VLW smooth fonts and some built-in high update speed fonts in a bespoke RLE format. There are companion libraries that provide access to 1000's of ready built fonts and you may find one of those suitable: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your great support |
Beta Was this translation helpful? Give feedback.
The library does not support that font format. Formats supported are Free fonts, VLW smooth fonts and some built-in high update speed fonts in a bespoke RLE format.
There are companion libraries that provide access to 1000's of ready built fonts and you may find one of those suitable:
https://github.com/Bodmer/TFT_eSPI_ext
https://github.com/Bodmer/U8g2_for_TFT_eSPI