mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated FAQ (markdown)
8
FAQ.md
8
FAQ.md
@@ -1,9 +1,9 @@
|
||||
+ [When am running a sketch that updates the pixels quickly, they flash or only some pixels light up](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%230)
|
||||
|
||||
+ [I have connected up my Esp8266 and nothing is shown and the Pin doesn't have any output. Using the NeoEsp8266BitBangMethod works fine though.](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%231)
|
||||
|
||||
+ [On my Esp8266 (or other 3.3v based Arduino) they don't show the colors correctly.](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%232)
|
||||
|
||||
+ [On my Esp8266 when I flash the sketch the LEDs light up, is this normal?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%2310)
|
||||
|
||||
+ [I wish to dynamically set the number pixels, but I don't see a way to do this and other libraries expose a method to change the number of pixels like updateLength() or setPixelCount().](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%233)
|
||||
|
||||
+ [How can I convert Hsl to Rgb and/or just set the colors with Hsl?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%234)
|
||||
@@ -16,4 +16,6 @@
|
||||
|
||||
+ [I want to have my sketch do other important work like networking; how do I use your library with other features?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%238)
|
||||
|
||||
+ [Other libraries have a method to dim all the pixels with one call. Is there a way to do this?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%239)
|
||||
+ [Other libraries have a method to dim all the pixels with one call. Is there a way to do this?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%239)
|
||||
|
||||
+ [On my Esp8266 when I flash the sketch the LEDs light up, is this normal?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%2310)
|
Reference in New Issue
Block a user