I had this working a little while ago, but I can’t remember how I had it working. I try to load the code and I get a few errors. I am using an Arduino Mega 2560, GPRS Shield V1.4, and TFT Touch Shield V1.0
I’m pretty sure I have all the libraries I need, and all the ones I have are in the Arduino library folder.
Here are the errors I get, can anybody help?!
ArduinoPhoneCode.ino: In function ‘void stateMachine()’:
ArduinoPhoneCode:106: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode:163: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode:204: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode:247: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode:305: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode:351: error: ‘class TFT’ has no member named ‘fillScreen’
ArduinoPhoneCode.ino: In function ‘void enableTimer()’:
ArduinoPhoneCode:653: error: ‘Timer1’ was not declared in this scope
ArduinoPhoneCode.ino: In function ‘void disableTimer()’:
ArduinoPhoneCode:658: error: ‘Timer1’ was not declared in this scope
ArduinoPhoneCode.ino: In function ‘void setup()’:
ArduinoPhoneCode:667: error: ‘Timer1’ was not declared in this scope