-
-
Notifications
You must be signed in to change notification settings - Fork 264
Michael Miller edited this page Apr 8, 2024
·
21 revisions
-
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?