LCD display with ILI9341 driver on Arduino

Try this wiring

Constructor for the ILI9341_due library:

#define TFT_RST 8
#define TFT_DC 9
#define TFT_CS 10
ILI9341_due tft = ILI9341_due(TFT_CS, TFT_DC, TFT_RST);