adafruit / Adafruit_HX8357_Library

Arduino library for HX8357
39 stars 37 forks source link

Fix incorrect value of TFT_CS for nrf52832 #35

Closed astromonkee closed 4 years ago

astromonkee commented 4 years ago

This is a small change but as stated in https://learn.adafruit.com/adafruit-3-5-tft-featherwing/pinouts, the value of TFT_CS should be 31. Tested with nrf52832 and 3.5" TFT featherwing.

https://github.com/adafruit/Adafruit_HX8357_Library/issues/33