Need help on 2.4 inch TFT LCD SPFD5408

I have been trying to use the 2.4 inch TFT LCD SPFD5408 on mY arduino uno. i have installed the libraries. BUt always getting error saying. I can only see the backlights on the LCD. Im using an Arduino Uno R3 CH340

Error :

avrdude: stk500_recv(): programmer is not responding
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

can anyone help?

I see that you are using the new v1.6.6 version of the IDE.

You appear to have several "User" libraries in your "System" library directory.

I have no idea which "TOUCH" or "GFX" you might have. (or if v1.6.6 installs them into the System libraries)
You normally put "User" libraries into the libraries folder of your Sketches directory.

Likewise, I have no idea "which" hacked Adafruit_TFTLCD.h library you might be using.

However, this all relates to whether your TFT sketches might build and run properly on your display Shield.

You say that "programmer is not responding". Your UNO clone should work just fine. Close any Terminal Windows. Unplug the UNO. Plug it back in and try again.

David.

What i did is, I have copied 3 files to the library folder GFX, TOUCH and TFTLCD. Then open the IDE and run gfx test from File-- examples--TFT test. And the error appears. Please help