Updated FAQ #9 (markdown)

Michael Miller
2023-03-20 10:30:28 -07:00
parent 6ada76fdb4
commit 0572161ffa

@@ -1,4 +1,6 @@
### Other libraries have a method to dim all the pixels with one call. Is there a way to do this? ### Other libraries have a method to dim all the pixels with one call. Is there a way to do this?
**NOTE:** `NeoPixelBrightnessBus` is being replaced by `NeoPixelBusLg`, which incorporates both brightness and gamma correction in a supportable model. This FAQ will get updated when the switch over has happened.
To get "brightness" support; you need to use the NeoPixelBrightnessBus object instead of NeoPixelBus object. To get "brightness" support; you need to use the NeoPixelBrightnessBus object instead of NeoPixelBus object.
Due to the overhead of code and ram to support an overall brightness; a new object is used for those willing to sacrifice sketch size and ram for this support. Due to the overhead of code and ram to support an overall brightness; a new object is used for those willing to sacrifice sketch size and ram for this support.