Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILI9341 with ESP32. Error in touch. #3249

Open
DamianosMk opened this issue Mar 23, 2024 · 1 comment
Open

ILI9341 with ESP32. Error in touch. #3249

DamianosMk opened this issue Mar 23, 2024 · 1 comment

Comments

@DamianosMk
Copy link

DamianosMk commented Mar 23, 2024

User_Setup.zip
I am using the esp32 with the ili9341 display. I tried to upload the Test_Touch_Controller example. I try to upload it and it says Compilation error: 'class TFT_eSPI' has no member named 'getTouchRaw' . I am using the ArduinoIDE, the latest library version and SPI. I have wired the display according to the user_setup.h

@AgainPsychoX
Copy link

You need to define and wire TOUCH_CS pin for touch chip select. The library assumes MOSI/MISO/CLK are shared with the touch, so make sure they are connected as such, as many displays have separate SPIs for display and touch - in such case you want to join them yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants