Closed hemangjoshi37a closed 8 months ago
The warning occurs because the TFT_eSPI library does not support the touch interface when a parallel TFT interface is used. You will need to use an additional touch library. There are various libraries available that support different touch controllers.
@Bodmer can you please suggest any touch library for example that can work with this?
The library selection depends on the touch controller fitted to your display and the interface. There are quite a few variants. A common controller is the XPT2046 via SPI. In that case this library should work: https://github.com/achillhasler/TFT_eTouch
getting this error :
my code :
my user_setup.h file :