From 20e11fdd86bd3460c10ffa8c75c7422632a4a260 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 6 Apr 2023 14:05:44 -0700 Subject: [PATCH] Updated NeoPixelBusLg object (markdown) --- NeoPixelBusLg-object.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.