Skip to content

3.5 TFT LCD Shield + ESP32 -TouchScreen issue #448

Description

@inecoiec

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
Capture
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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions