2.4"TFT 240*320 V2.1 9341 with arduino uno

Hello, I'm trying to prove the arduino one with display 2.4"TFT 240*320 V2.1 9341 but i cound't do it. I used different libraries but it did't work. Please if someone know how can i do it, tell me how?

Libraries that I tried:
Adafruit_ILI9341-master
ili9341-arduino-master

I attached the images of the devices and the connection

capture20190823133100377.png

capture20190823133318402.png

ARDUINO UNO.pdf (303 KB)

Oh You poor creature...

LCD you have is 16bit parallel one, not SPI, SPI you connected is for SD card slot, to make LCD to work you have to use DB0 to DB15 pins.

Check this link for proper library, at least it's best I could find, I didn't tried it yet tho.

Thanks, I'm gonna try.