Closed PCov3r closed 5 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 ?
Same problem
Use Adafruit GFX library version 1.5.3 The newer versions of this library have broken everything.
@darkpanda08 Thanks
Thanks !
issue still persists with mine, please help
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 ?