FAQ - Makuna/NeoPixelBus GitHub Wiki
-
I am running a sketch that updates the pixels quickly, but they flash or only some pixels light up
-
On my Esp8266 (or other 3.3v based Arduino) they don't show the colors correctly.
-
How can I convert Hsl to Rgb and/or just set the colors with Hsl?
-
Other libraries have a method to dim all the pixels with one call. Is there a way to do this?
-
On my Esp8266 when I flash the sketch the LEDs light up, is this normal?
-
How do I store a reference to the NeoPixelBus in another class?
-
Using DotStars, why would I use the SPI method over the general purpose method?