adafruit / Adafruit_DotStar

GNU General Public License v3.0
97 stars 59 forks source link

Add support for ESP8266 hardware SPI #4

Closed Yona-Appletree closed 7 years ago

Yona-Appletree commented 8 years ago

As built, the DotStar library is not compatible with the ESP8266 due to how it initializes SPI. This pull request implements the patch described in https://github.com/esp8266/Arduino/issues/415, and has been tested working with the Adafruit Huzzah ESP8266 breakout. To use this, connect CLK to pin #14 and DATA to pin #13 on the Huzzah.

tripflex commented 7 years ago

Over a year later and no response?