XPT2046: Handle MKS touchscreen w/out PenIRQ pin (#14640)

This commit is contained in:
Tanguy Pruvot
2019-07-17 11:41:10 +02:00
committed by Scott Lahteine
parent f2c5740d06
commit 9dfa5ba3a5
3 changed files with 28 additions and 7 deletions

View File

@ -1172,3 +1172,6 @@
#if PIN_EXISTS(TOUCH_CS)
REPORT_NAME_DIGITAL(__LINE__, TOUCH_CS_PIN)
#endif
#if PIN_EXISTS(TOUCH_INT)
REPORT_NAME_DIGITAL(__LINE__, TOUCH_INT_PIN)
#endif