Accented chars not printed #1967
-
Hello, I built a font from Google Roboto using this converter https://www.sigmdel.ca/michel/program/misc/dnld/fontconvert8.zip (web page: https://www.sigmdel.ca/michel/program/misc/gfxfont_8bit_en.html) and obtained this "roboto28.h" header (attached as zip). Arduino sketch is attached as zip as well. What am I missing? I remember being able to print accented chars in the past, but I cannot find the font I used at the time, unfortunately. Thanks for any help PS: a ready-to-use, tested 28pt font header with accented chars would be great!! :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved. It is a binary Windows command line utility: |
Beta Was this translation helpful? Give feedback.
Solved.
I found a different (older?) converter which takes the start/end codes to be exported; by specifying 32 as start and 255 as end, diacritical chars are correctly exported in the header file.
It is a binary Windows command line utility:
https://github.com/KrisKasprzak/FontConvert