FASTLED has been updated and works with Arduino 1.6.5
For those of you who are interested in using the latest Arduino IDE, there is an updated FastLED 3.1 available:
https://github.com/FastLED/FastLED/releases/tag/v3.1.0
Probably time to update the BlinkinLabs website's links. ;-)
https://github.com/FastLED/FastLED/releases/tag/v3.1.0
Probably time to update the BlinkinLabs website's links. ;-)
Comments
i installed what driver selection do I want to use for the 3535 size blinkytape leds?
doesnt work // FastLED.addLeds<NEOPIXEL, DATA_PIN>(leds, NUM_LEDS);
Which version of FastLED and Arduino are you using? The LEDs on that tape have SK6812 driver chips, which should work with the NEOPIXEL or WS2812 outputs on FastLED.