witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.3k stars 130 forks source link

Fix SPI usage in 2-TouchTest.ino #78

Closed TheNitek closed 7 months ago

TheNitek commented 7 months ago

Since HSPI is used by the screen, touch has to use VSPI (Fixes #71)