Hello,
I just purchased a Seeed Studio Touch shield.
I imported the libraries as suggested and as I am new to arduino this went well.
I was able to run the touchScreenDemo and get data on the serial monitor.
However, when I attempt to run any of the TFT demos I recieve this error:
In file included from drawCircle.cpp:4:0:
/home/toby/sketchbook/libraries/TFT/TFT.h:27:22: fatal error: WProgram.h: No such file or directory
compilation terminated.
The Library that it is trying to reference is in that location and the file is present!
/home/toby/sketchbook/libraries/TFT/TFT.h
I copied everything directly so this is exactly what I have.
Please advise on what I can do to trouble shoot further.
Thank you in advance,