I am using a Mega 2560 tft lcd mega shield v2.2 qvt 320 ILLI 9341 ds3231 .
#include "Wire.h"
#include <tinyFAT.h>
#include <UTFT.h>
#include <UTFT_tinyFAT.h>
#include <URTouch.h>
#include <EEPROM.h>
#include <OneWire.h>
#include <DallasTemperature.h>
#define TOUCH_ORIENTATION PORTRAIT
#define DS3231_I2C_ADDRESS 0x68
#define bitmapdatatype unsigned int*
#define ONE_WIRE_BUS 19
//#define SD_CS_PIN 53
#define ledpin8 8
#define ledpin9 9
#define ledpin10 10
#define ledpin11 11
#define ledpin12 12
#define ledpin13 13
UTFT myGLCD(ILI9341_16, 38, 39, 40, 41);
URTouch myTouch( 6, 5, 4, 3, 2);
UTFT_tinyFAT myFiles(&myGLCD);
extern uint8_t SmallFont[];
extern uint8_t BigFont[];
extern uint8_t SevenSegNumFont[];