14 lines
513 B
C
14 lines
513 B
C
/*******************************************************************************
|
|
* Touch libraries:
|
|
* FT6X36: https://github.com/strange-v/FT6X36.git
|
|
* GT911: https://github.com/TAMCTec/gt911-arduino.git
|
|
* XPT2046: https://github.com/PaulStoffregen/XPT2046_Touchscreen.git
|
|
******************************************************************************/
|
|
|
|
/* uncomment for GT911 */
|
|
#define TOUCH_GT911
|
|
#define TOUCH_GT911_SCL 20
|
|
#define TOUCH_GT911_SDA 19
|
|
#define TOUCH_GT911_INT -1
|
|
#define TOUCH_GT911_RST 38
|