Hi FastLED users, I’m new here, rtying to figure out how the library works.
My first question is: It’s possible to make FastLED 3.1 works with Huzzah ESP8266 from adafruit?
As I try to program this board from the Arduino IDE I get this error:
Don’t worry about this message. It tells you that you are not using the SPI channel of your hardware. Usually hardware SPI is faster than bit banging (software SPI). https://en.wikipedia.org/wiki/Bit_banging
However, due to Daniel Garcia’s magic he created this awesome library and tweaked the timings so well, that there is almost no difference between software and hardware SPI. The biggest benefit is that you can use all pins of your hardware to drive LED strips.