Hi guys,
Thank you so much for this! I love it! I’m trying to build my own one and I’m hoping someone can help me as my screen is blank!
To give you an idea with what hardware I have
Arduino Uno
Quectel m10 Arduino GSM shield
Adafruit 2.8" TFT Touch Shield v2 - Capacitive or Resistive
Arduino adapter 9V
Is it possible to use your code for the interface? If so how do I adapt it? Because at the moment all I have is a blank screen and when I run the code I get these errors…
Demo.ino: In function ‘void stateMachine()’:
Demo:109: error: ‘Tft’ was not declared in this scope
Demo:202: error: ‘WHITE’ was not declared in this scope
Demo:203: error: ‘GRAY1’ was not declared in this scope
Demo:204: error: ‘RED’ was not declared in this scope
Demo:237: error: ‘BLACK’ was not declared in this scope
Demo:249: error: ‘GREEN’ was not declared in this scope
Demo.ino: In function ‘void stateMsg()’:
Demo:486: error: ‘RED’ was not declared in this scope
Demo:502: error: ‘RED’ was not declared in this scope
Demo.ino: In function ‘void enableTimer()’:
Demo:640: error: ‘Timer1’ was not declared in this scope
Demo.ino: In function ‘void disableTimer()’:
Demo:645: error: ‘Timer1’ was not declared in this scope
Demo.ino: In function ‘void setup()’:
Demo:654: error: ‘Timer1’ was not declared in this scope
Would appreciate any sort of help! Thanks a million!