diff --git a/NeoPixelBusLg-object.md b/NeoPixelBusLg-object.md index f2858c3..362863f 100644 --- a/NeoPixelBusLg-object.md +++ b/NeoPixelBusLg-object.md @@ -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.