The mega what I'm using
http://www.amazon.com/SainSmart-Dis...inSmart+TFT+LCD+Display+for+Arduino+Mega+2560
and the lcd shield
http://www.amazon.com/gp/product/B00GGKDST8/ref=oh_aui_detailpage_o03_s00?ie=UTF8&psc=1
these are the problems I'm dealing with the button test calibration
UTouch_ButtonTest:24: error: redefinition of 'UTFT myGLCD'
UTouch_ButtonTest:24: error: 'UTFT myGLCD' previously declared here
UTouch_ButtonTest:25: error: redefinition of 'UTouch myTouch'
UTouch_ButtonTest:25: error: 'UTouch myTouch' previously declared here
UTouch_ButtonTest:27: error: redefinition of 'int x'
UTouch_ButtonTest:27: error: 'int x' previously declared here
UTouch_ButtonTest:27: error: redefinition of 'int y'
UTouch_ButtonTest:27: error: 'int y' previously declared here
UTouch_ButtonTest:28: error: redefinition of 'char stCurrent [20]'
UTouch_ButtonTest:28: error: 'char stCurrent [20]' previously defined here
UTouch_ButtonTest:29: error: redefinition of 'int stCurrentLen'
UTouch_ButtonTest:29: error: 'int stCurrentLen' previously defined here
UTouch_ButtonTest:30: error: redefinition of 'char stLast [20]'
UTouch_ButtonTest:30: error: 'char stLast [20]' previously defined here
UTouch_ButtonTest.pde: In function 'void drawButtons()':
UTouch_ButtonTest:36: error: redefinition of 'void drawButtons()'
UTouch_ButtonTest:36: error: 'void drawButtons()' previously defined here
UTouch_ButtonTest.pde: In function 'void updateStr(int)':
UTouch_ButtonTest:72: error: redefinition of 'void updateStr(int)'
UTouch_ButtonTest:72: error: 'void updateStr(int)' previously defined here
UTouch_ButtonTest.pde: In function 'void waitForIt(int, int, int, int)':
UTouch_ButtonTest:97: error: redefinition of 'void waitForIt(int, int, int, int)'
UTouch_ButtonTest:97: error: 'void waitForIt(int, int, int, int)' previously defined here
UTouch_ButtonTest.pde: In function 'void setup()':
UTouch_ButtonTest:111: error: redefinition of 'void setup()'
UTouch_ButtonTest:111: error: 'void setup()' previously defined here
UTouch_ButtonTest.pde: In function 'void loop()':
UTouch_ButtonTest:125: error: redefinition of 'void loop()'
UTouch_ButtonTest:125: error: 'void loop()' previously defined here