I have an existing project based on Arduino and I do have some experience with TFT_eSPI so I know how this works so I wonder if there is any advantage of using esp32_drivers instead of TFT_eSPI.
I want to drive a ILI9341 display at 240x320.
Reason I am asking is because from what I currently understand is when using esp32_drivers/lv_port_esp32 I have to use RTOS instead of Arduino but I can be totally wrong here. I don´t fully understand yet why
lv_port_esp32 exist..
But perhaps I should be looking at using lvgl_esp32_drivers and use the ILI9341 driver instead of TFT_eSPI?