XPT2046: Handle MKS touchscreen w/out PenIRQ pin (#14640)
This commit is contained in:
committed by
Scott Lahteine
parent
f2c5740d06
commit
9dfa5ba3a5
@ -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
|
||||
|
Reference in New Issue
Block a user