@romanf Hi!
We have all "bricked" our T-Display S3 at some point, so I made a setup and example GitHub repository. The LilyGO T-Display S3 is a very advanced board, but poorly supported by LilyGO, the schematic is a confusing mess.
(The TFT display is one of the first small LCD to be 8bit parallel interface, not SPI as the library name implies. This means that you can only use the supplied TFT_eSPI driver and can never do an Arduino Library Update on it.)
I encourage you to follow it step by step and try running the demo sketch "LilyGO_HotHead.ino" to make sure.
Also: both example sketches are very "tutorial" for learning ESP32 and sprites.