-
insert
strip.setColor(main_color.red, main_color.green, main_color.blue);
before
strip.setMode(ws2812fx_mode)
on line 911
of code Mclighting.ino
will correct this behaviour
or better…
-
I am working on a project that uses a push button to cycle through different lighting sequences. My question is how can I take and select only the functions I want? I would like to then modify color…
-
How can i add custom effects like this?
`for(int x = 0; x
-
As a preface, I don't have much experience with coding, and in WAY over my head with this LED programing. But I've gotten the web interface up and running, so I feel fairly accomplished already.
Bu…
-
Would be nice to include standard method of writing to individual neo pixels in non effect mode.
Maybe there already could not see a specific function.
Dans
-
How I can change the led count in setup() or loop() void?
Thanks
-
The minimum and maximum are reversed, 255 = the minimum speed, if set to 1, it really puts 10 but this is the maximum speed.
-
Hi Deb, thanks for inviting me to collaborate on your GitHub project. I had been looking at integrating NeoPixelBus into WS2812FX, but it was becoming very cumbersome. I couldn't figure out an elegant…
-
I bought 10 meters of LEDs w2813
help adapt the library for my photodiodes
-
Hello,
I really love this library. Has more than enough different lighting animations so that there are no need to code your own algorithms anymore. Also customizability is in a good level.
Howev…