diff --git a/FAQ-#9.md b/FAQ-#9.md index ba48507..18f4ae5 100644 --- a/FAQ-#9.md +++ b/FAQ-#9.md @@ -1,4 +1,6 @@ ### 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. 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.