When I use SPI (mySmartUSB light programmer) and Arduino IDE to burn a sketch (e.g. Blink), programming is succesful.
After placing the 2.8" TFT Color LCD,touch screen shield V1.2 for Arduino 168/328 on the Arduino board and burning the same sketch, I get the following error:
avrdude: stk500v2_command(): command failed
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override this check.
Is this shield preventing SPI programming? I would expect still be able to program the Arduino with the shield installed.
Any clues?