Bodmer / TFT_ILI9341

A fast Arduino IDE compatible graphics and fonts library including a driver for the ILI9341 based TFT displays.
109 stars 32 forks source link

Where has the example Extended_ASCII_Demo gone? #26

Closed PaulskPt closed 2 years ago

PaulskPt commented 2 years ago

Hi, I am struggling with getting just a small group of 6 letters of the Latin-5 group ISO/IEC8859-9 (Turkish) letters displayed. I wanted to see an example. While googling on internet I came across your answer on this Arduino forums page: https://forum.arduino.cc/t/solved-for-the-moment-how-to-display-latin-characters-on-tft/580962/2 In your answer you gave this link: https://github.com/Bodmer/Adafruit_ILI9341/blob/master/examples/Extended_ASCII_Demo/Extended_ASCII_Demo.ino The link no longer exists. I followed the root of that link; arrived in this repo. The example sketch is not in the current list of examples. Do you have that example still somewhere? Thank you.

Bodmer commented 2 years ago

The sketch was part of a proposed change to the Adafruit_GFX library that was not adopted so it got deleted.

I suspect this is the sketch: Extended_ASCII_Demo.zip

PaulskPt commented 2 years ago

Thanks Bodmer !