
this error when I compile
Code: Select all
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Mega 2560 or Mega ADK"
Loop.ino: In function 'void loop()':
Loop:100: error: 'mainScreen' was not declared in this scope
Loop:197: error: 'mainScreen' was not declared in this scope
ProcessMyTouch.ino: In function 'void processMyTouch()':
ProcessMyTouch:37: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:345: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1184: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1209: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1234: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1287: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1489: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:1603: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7077: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7227: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7349: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7471: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7517: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7568: error: 'mainScreen' was not declared in this scope
ProcessMyTouch:7696: error: 'mainScreen' was not declared in this scope
Setup.ino: In function 'void setup()':
Setup:162: error: 'mainScreen' was not declared in this scope
I'm using 1.0.6 version