Hey guys,
so I am basically a total beginner when it comes to working with the Arduino. I recently bought the Arduino Uno Rev 3 as well as the Seeed 2.8 inch TFT Touch Shield v2.0.
I installed the Adafruit_GFX.h and the Adafruit_TFTLCD.h libraries with the library manager...
But everytime I try to run the graphictest that comes along with the Adafruit_TFTLCD.h library, it won't work at all! The display remains white, an on the monitor it says:
17:07:37.530 -> TFT LCD test
17:07:37.530 -> Using Adafruit 2.TFT LCD test
17:07:39.191 -> Using Adafruit 2.8" TFT Arduino Shield Pinout
17:07:39.224 -> TFT size is 240x320
17:07:39.258 -> Unknown LCD driver chip: 0
17:07:39.258 -> If using the Adafruit 2.8" TFT Arduino shield, the line:
17:07:39.330 -> #define USE_ADAFRUIT_SHIELD_PINOUT
17:07:39.364 -> should appear in the library header (Adafruit_TFT.h).
17:07:39.435 -> If using the breakout board, it should NOT be #defined!
17:07:39.507 -> Also if using the breakout, double-check that all wiring
17:07:39.543 -> matches the tutorial.
As you can see, I already uncommented the USE_ADAFRUIT_SHIELD_PINOUT 1 - line in the header file of the library. Does anyone of you already dealt with that kind of problem?
If so, I would really appreciate it, if someone could help me,
Thank You