the TFT driver is a IL19488 or equivalent and gives information on the SPI interface pins - the TFT_eSPI library should be able to drive this display
although VCC is 5volts the Input High Voltage (on SPI pins etc) is 3.3Volts MAX - do not connect it directly to microcontrollers such as the UNO which use 5volt logic - use level convertors or better a microcontroller which uses 3.3V logic, e.g. ESP32, RP2040, DUE, etc
I doubt it - I would try to avoid connecting such a display to a 5V logic system in particular low SRAM microcontrollers such as the UNO
such displays are tricky enough to get working without having level converters
the documentation does mention UNOs but in the context of ESP32 UNO style boards
Hello ,
Thanks all for reply , yes I noticed its logic is 3.3v , but do you think It may damage the display If I connected it to uno directly ? , Also if the tft_espi library doent work with it , is there another library that works? , this is the pin assignment
on a device which uses 3.3V logic unless pins are specified as 5volt tolerant the device can be damaged if 5V logic is applied
in practice 3.3V devices may work with 5V logic for an minute, an hour, a day, for ever or fail immediately - you don't know - use level converters or even better switch to a microcontroller which uses 3.3V logic
you could try the Adafruit libraries - however, as @sterretje mentioned in post 4, the UNO probably has insufficient RAM to support the display