Updated NeoPixelBusLg object (markdown)

Michael Miller
2023-04-06 14:05:44 -07:00
parent 3d47c65c28
commit 20e11fdd86

@@ -2,9 +2,7 @@
See [NeoPixeBus object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object) for more details on the general use of this object.
See [NeoPixelBusLg object API Reference](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBusLg-object-API) for more details on the methods exposed.
This object is provided to wrap up concepts of luminance control with gamma correction in a supportable object for most users. For more advanced users, look at the NeoPixelBufferShader example for an approach that provides more control and flexibility.
This object is provided to wrap up concepts of luminance control with gamma correction in a supportable object for most users. If you need to "Render()" into it, look at the exposed [Shader object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBusLg-object-API#shader-object).
This object differs from the normal NeoPixelBus by supporting a strip wide luminance feature with gamma correction.
This object allows one place to set and query a general luminance of the entire strip. When the luminance is changed, all pixels that are set after the change will be modified.