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.
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.