Updated FAQ (markdown)

Michael Miller
2016-04-12 10:34:36 -07:00
parent ee18b63f42
commit 69290a3ee4

10
FAQ.md

@@ -1,15 +1,15 @@
+ [I have connected this to 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)
+ [I have connected this to my Esp8266 (or other 3.3v based Arduino) and they don't show the colors correctly.](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%232)
+ [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)
+ [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)
+ [How fast can I update my NeoPixels?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%235)
+ [Is there a way to specify a color using a color wheel?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%236)
+ [How many pixels does this library support?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%237)
+ [How many pixels does this library support?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%237)
+ [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)