Added Second SPI option for Touchpad driver
This commit is contained in:
parent
d25169ebba
commit
b44ebfd66d
|
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
#ifdef TOUCH_CS
|
#ifdef TOUCH_CS
|
||||||
#if defined (SPI2_for_TOUCH_PORT)
|
#if defined (SPI2_for_TOUCH_PORT)
|
||||||
SPIClass spi = SPIClass(HSPI);
|
SPIClass spi_touch = SPIClass(HSPI);
|
||||||
#else
|
#else
|
||||||
SPIClass& spi = SPI;
|
SPIClass& spi_touch = SPI;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue