adafruit / Adafruit_STMPE610

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

Hardware SPI Issue #20

Closed bjun626 closed 3 years ago

bjun626 commented 3 years ago

In Adafruit_STMPE610.cpp Line 284, should be using _spi-> instead of SPI.

This issue caused HW SPI unable to return the Semaphore which prevents future transactions.

ladyada commented 3 years ago

hihi sounds like a typo slipped through - can you submit a PR for the fix?

ladyada commented 3 years ago

thanks :)