42 #define CCENTER 20 //Pixel Distance from Sides for Calibration Cross
43 #define CLENGTH 10 //Length of the Calibration Cross Lines
44 #define CBEGIN (CCENTER-CLENGTH/2)
45 #define CEND (CCENTER + CLENGTH/2)
46 #define DWIDTH 320 //TODO: move define to tft module or make a function out of it
47 #define DHEIGHT 240 //TODO: move define to tft module or make a function out of it
SCREEN_STRUCT * get_screen_calibrate()