Robin & Longer3D SPI TFT driver (#14595)
This commit is contained in:
committed by
Scott Lahteine
parent
45bde333d5
commit
81d629bc47
@@ -143,7 +143,15 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(NEWPANEL)
|
||||
#if ENABLED(TOUCH_BUTTONS)
|
||||
|
||||
#define TOUCH_CS_PIN PB12 // SPI2_NSS
|
||||
#define TOUCH_SCK_PIN PB13
|
||||
#define TOUCH_MOSI_PIN PB14
|
||||
#define TOUCH_MISO_PIN PB15
|
||||
#define TOUCH_INT_PIN PC6 // (PenIRQ coming from ADS7843)
|
||||
|
||||
#elif ENABLED(NEWPANEL)
|
||||
|
||||
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user