Hello all,
I am new to working with TFT Shield.
I am using the: https://www.seeedstudio.com/2-8-TFT-Touch-Shield-V2-0-p-1286.html
I have downloaded all the necessary libs. such as Adafruit GFX, Adafruit TFT LCD, and touch screen lib
whenever I run the graphic test example under the tft lcd lib.
I get this error:
TFT LCD test
Using Adafruit 2.8" TFT Breakout Board Pinout
TFT size is 240x320
Unknown LCD driver chip: 0
If using the Adafruit 2.8" TFT Arduino shield, the line:
#define USE_ADAFRUIT_SHIELD_PINOUT
should appear in the library header (Adafruit_TFT.h).
If using the breakout board, it should NOT be #defined!
Also if using the breakout, double-check that all wiring
matches the tutorial.
If anyone has an idea on how to solve this issue please let me know.