@rolobr Thank you.
Any help on making SD Card using SPI and this library work together ?
I am stuck now since this an important requirement for me

I have SDCard in SPI mode and display working together in my
MicroPython project.
It requires some changes to esp-idf sources (
sdmmc_cmd.c,
spi_master.c). When I'll have some free time I'll try to port it to
ESP32 TFT display library.
It was tested with M5Stack and Adafruit TFT FeatherWing on which only SPI mode can be used for SDCard, and works well.
Thank you the response and good to know the support is coming soon.
Since I could not wait I have moved to Arduino+ESP-IDF+C++ combination using another library.
Once you fix it, will re-evaluate my options.
Also please take a look at the TFT_clearStringRect function which also has a bug and some fast way to update a portion of the screen data without screen flickering.
Appreciate your efforts and time.