Solved for the moment-- How to display Latin characters on TFT ?

Hello Community,

I use a graphics card (3.2 "TFT LCD screen and shield for Arduino DUE, with SD & Touch control)
with an Arduino DUE card. The Adafruit-GFX library is installed.

I wish I could print Latin characters (èéÉÈ ...) and other characters with accents on this screen. Which library should I use or add to display these characters?

Thank you
I'm not a regular at forums, if I'm not in the right place; S.V.P. needle me.

Pierre Carignan

You need a font file that has those characters defined.

See this fork of the Adafruit library.

See example with test fonts here.

I will try this

Thank you

Pierre