I’m trying to test out some FastLED examples on a strip of 60 NeoPixels controlled by an Arduino. I can run the Adafruit NeoPixel example Strandtest just fine and all works.
When I try to run a number of the FastLED examples like ColorPalette, Fire2012 and FirstLight, only the first 6 or so NeoPixels light and the rest don’t.
I set NUM_LEDS to 60 and I set the LED_TYPE to WS2812B or NEOPIXEL. What am I missing?
I was using 3.03. I downloaded 3.1 and I commonly get the compile error message below when attempting to use a few of the examples.
Documents/Arduino/libraries/FastLED-FastLED3.1/pixeltypes.h:369:38: error: no matching function for call to ‘CRGB::scale8(uint8_t&, const uint8_t&)’
out.b = scale8(b, scaledown.b);
I am having the same problems. Did you figure this out?
I have not. Still waiting for some help.
The latest branch fixed the problem. Thanks!