Achill Hasler
Results
3
comments of
Achill Hasler
Thanks for evaluating
The define TOUCH_CS is used when you use the touch functionality of TFT_eSPI. When you use my Touch library TFT_eTouch you have to define TFT_ETOUCH_CS, not TOUCH_CS. When compiling TFT_eSPI...
If TOUCH_CS is defined in TFT_eSPI, then the touch function is provided by the TFT_eSPI lib. However, if the touch function of TFT_eTouch is to be used, TOUCH_CS must not...