Any reason that when compiling for ESP8266 I get “No hardware SPI pins defined.” even though as far as I can tell the ESP does have hardware SPI. I’m using the Adafruit Huzzah Feather board which is supposed to have SCK/MOSI on pins #13 and #14. Which honestly is the other problem I have… I’m connected to those pins, but I don’t think that FastLED is picking up the correct pins as my lights do nothing. But thought I’d check on the no hardware SPI thing first.
I don’t think the WICED boards are supported yet. I think it’s on the road map.
It’s not the WICED, it’s ESP8266 https://www.adafruit.com/products/2821
The esp8266 has spi hardware but FastLED doesn’t have support for it yet.
(But it will fall back to software in that case)
Ah… fair enough. Just making sure I wasn’t crazy
Thanks!