mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated FAQ #9 (markdown)
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user