UTFT error

Hey,

i have a problem at my code
my code is the uTouch example calibration

I defined in memorysaver.h

here is my error:

Binary sketch size: 39,498 bytes (of a 32,256 byte maximum)
processing.app.debug.RunnerException: Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it.
	at processing.app.Sketch.size(Sketch.java:1658)
	at processing.app.Sketch.build(Sketch.java:1591)
	at processing.app.Sketch.exportApplet(Sketch.java:1613)
	at processing.app.Sketch.exportApplet(Sketch.java:1599)
	at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
	at java.lang.Thread.run(Thread.java:619)

What board are you using and have you correctly set the board in the IDE using 'Tools>Board' ?

Regards,

Graham

I'm using Arduino board and still have it

You misunderstand, there are several types of Arduino board, UNO, MEGA, DUE, etc.... you need to configure the Arduino software correctly for the type of board you have....

Regards,

Graham