Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

Greek characters on 3,5 TFT / LCD mcufriend screen #22

Closed gkevasi closed 6 years ago

gkevasi commented 6 years ago

Hello I try to display Greek characters on the screen. Is there any way? Thanks in advance

Bodmer commented 6 years ago

The included fonts do not have Greek characters.. It would be possible to add new fonts in the Adafruit free font format, Adafruit provide a utility for this but it runs under Linux:

https://github.com/adafruit/Adafruit-GFX-Library/tree/master/fontconvert

gkevasi commented 6 years ago

Very fast responce. Thanks