First commit
I shall move all this to another branch -> master_vendored or something
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*******************************************************************************
|
||||
* 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
|
||||
Reference in New Issue
Block a user