Hi All, i have a project involving fastLED and RPI and have been following

Hi All, i have a project involving fastLED and RPI and have been following thihs docu below:
https://learn.adafruit.com/neopixels-on-raspberry-pi/software

Is there a way to fill all leds (not via iteration) at once like in arduino/c++ which is the fill_solid function?

Hi, I’m sorry but the RPI isn’t supported by FastLED. But there is at least one port, don’t know how reliable it is, search this forum for it.

As far as I know, fill solid just does the iteration for you behind the scenes :wink: