Closed stef-ladefense closed 2 years ago
The library by default accepts UTF8 encoding of strings and many of the characters in the range 127 - 255 are not available. See here.
It is possible to switch on/off UTF8 support. This will make the font characters available:
tft.setAttribute(UTF8_SWITCH, false);
To turn back on and make use of the Unicode 16 bit glyphs change the false to true.
hi, have you picture of this font ? is this : https://cdn-learn.adafruit.com/assets/assets/000/103/682/medium800/graphic_lcds_gfx-cp437-bug.png?1627933765
if yes, how to use special characters outside 32-127?
thank for this excelente library
stephane