Clean up Touch pins. Better up/down touch response. (#14900)

This commit is contained in:
Robby Candra
2019-08-10 13:42:52 +07:00
committed by Scott Lahteine
parent 8cc0b4bf5e
commit d2d71caa3b
7 changed files with 45 additions and 24 deletions

View File

@@ -136,10 +136,6 @@
#define TOUCH_MOSI_PIN PB14 // pin 53
#define TOUCH_MISO_PIN PB15 // pin 54
#define TOUCH_INT_PIN PC6 // pin 63 (PenIRQ coming from ADS7843)
#define BTN_ENC PB0 // pin 35 unconnected pin on Alfawise. (PC13 to try)
#define BTN_EN1 -1 // Real pin is needed to enable encoder's push button
#define BTN_EN2 -1 // functionality used by touch screen
#endif
//