adafruit / Adafruit_STMPE610

Arduino library for STMPE610/811 resistive touch screen controllers
MIT License
38 stars 32 forks source link

Update Adafruit_STMPE610.cpp for HW SPI fix #21

Closed bjun626 closed 3 years ago

bjun626 commented 3 years ago

Fixed issue where hardware SPI will not end the transaction by simply changing SPI.endTransaction(); to _spi->endTransaction();

ladyada commented 3 years ago

awesome :)