Open ats3788 opened 6 months ago
Hello I fiddle with my Cheap yellow Display but I can't assign SPIClass(VSPI); The begin() function can also specify communication on a different SPI port. ts.begin(SPI1); // use SPI1 rather than SPI
ts.begin(SPI1); // use SPI1 rather than SPI
This is not available so how can I do this
SPIClass mySpi = SPIClass(VSPI); XPT2046_Touchscreen ts(XPT2046_CS, XPT2046_IRQ); TFT_eSPI tft = TFT_eSPI();
I was a bit to fast I can compile it with the Arduino IDE but not with PlatformIO any hint. I will open a case in PlatformIO
Hello I fiddle with my Cheap yellow Display but I can't assign SPIClass(VSPI); The begin() function can also specify communication on a different SPI port.
ts.begin(SPI1); // use SPI1 rather than SPI
This is not available so how can I do this