Only define TOUCH_CS when not using TFT_eSPI

This commit is contained in:
fvanroie 2022-11-15 16:53:46 +01:00
parent 9409987c01
commit 27207d337a

View File

@ -6,7 +6,7 @@
#if defined(ARDUINO)
#ifndef TOUCH_CS
#if !defined(TOUCH_CS) && !defined(USER_SETUP_LOADED)
#define TOUCH_CS -1
#endif