adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

Problem with 'textsize' #37

Closed PCov3r closed 4 years ago

PCov3r commented 4 years ago

Hello, first of all, thank you for making such a good library.

I tried using the example tftbmp on my arduino mega to display bmp on my screen (the screen model : https://www.amazon.fr/Kuman-Tactile-Arduino-Module-Fonction/dp/B075CXXL1M/ref=sr_1_1?ie=UTF8&qid=1528549257&sr=8-1&keywords=tft+arduino+uno )

Here's the problem. When I try to upload the code, I get the following error :

TFTLCD-Library-master\Adafruit_TFTLCD.cpp:115:3: error: 'textsize' was not declared in this scope

textsize = 1;

How may I solve it ?

JAICHANGPARK commented 4 years ago

Same problem

darkpanda08 commented 4 years ago

Use Adafruit GFX library version 1.5.3 The newer versions of this library have broken everything.

JAICHANGPARK commented 4 years ago

@darkpanda08 Thanks

PCov3r commented 4 years ago

Thanks !

SamuelDave commented 4 years ago

issue still persists with mine, please help