Hi, I'm so sorry if this issue has been open before, but I can not find an answer to my case.
I have a 3.5 TFT LCD Shield as this

I want to use it with an ESP32 ussing parallel 8 bits mode connection.
I made this
-
Into file User_Setup_Select..h :
comment #include <User_Setup.h>
uncomment #include <User_Setups/Setup13_ILI9481_Parallel.h>
-
Have connect all pins as this last file say. The display shows image without problem.
But when I want to run the Touch_Controller_Demo.ino example, I get the error:
'class TFT_eSPI' has no member named 'setTouch'
I see that I must add into setup file (in my case User_Setups/Setup13_ILI9481_Parallel.h ) the #define TOUCH_CS declaration with the pin attached T_CS display pin.
The first problem is my display has not a T_CS pin :(.
I have made this declaration anyway (with any pin) , and get this error: Error compiling for board Node32s.
As a last commentary, I tell that If I attach this display Arduino One, can use the touch screen without problem.
Wait for your comments and sorry for my English !
Hi, I'm so sorry if this issue has been open before, but I can not find an answer to my case.

I have a 3.5 TFT LCD Shield as this
I want to use it with an ESP32 ussing parallel 8 bits mode connection.
I made this
Into file User_Setup_Select..h :
comment #include <User_Setup.h>
uncomment #include <User_Setups/Setup13_ILI9481_Parallel.h>
Have connect all pins as this last file say. The display shows image without problem.
But when I want to run the Touch_Controller_Demo.ino example, I get the error:
'class TFT_eSPI' has no member named 'setTouch'
I see that I must add into setup file (in my case User_Setups/Setup13_ILI9481_Parallel.h ) the #define TOUCH_CS declaration with the pin attached T_CS display pin.
The first problem is my display has not a T_CS pin :(.
I have made this declaration anyway (with any pin) , and get this error: Error compiling for board Node32s.
As a last commentary, I tell that If I attach this display Arduino One, can use the touch screen without problem.
Wait for your comments and sorry for my English !