// Arduino Pin     TFT description
#define P1 22
#define P2  23      //Direct 3.3V
#define P3 24       //Backlight_Enable 
#define P4 25       //RS
#define P5 26       //WR
#define P6 27       //RD
#define P7 28       //DB0
#define P8 29       //DB1
#define P9 30       //DB2
#define P10 31      //DB3
#define P11 32      //DB4
#define P12 33      //DB5
#define P13 34      //DB6
#define P14 35      //DB7

#define P25 46     //CS
#define P26 47     //RST

//USE SPI-4,SPI-1,SPI-3 for MOSI,MISO,SCK.
//SD Card CS is pin 10 in Arduino
#define  RS  P4 
#define  WR  P5 
#define  RD  P6 
#define  RES P26
