From dc21cc6ed9ae5254beef2d0cb77d009f2621b37c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 2 Apr 2023 07:28:39 -0700 Subject: [PATCH] Updated NeoPixelBusLg object (markdown) --- NeoPixelBusLg-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoPixelBusLg-object.md b/NeoPixelBusLg-object.md index 2e45d01..bfc8336 100644 --- a/NeoPixelBusLg-object.md +++ b/NeoPixelBusLg-object.md @@ -15,7 +15,7 @@ Just like the normal NeoPixelObject, it must be constructed with a ["Feature"](h ``` NeoPixelBusLg strip(pixelCount, pixelPin); ``` -A new optional template specialization "T_GAMMA" has been added to control how gamma correction is done. The default if not specified is a slower but more accurate equation method. This can easily be changed by providing one of the many alternatives, in this example below the faster table lookup method. +A new optional template specialization "T_GAMMA" has been added to control how gamma correction is done. The default if not specified is a slower but more accurate equation method. This can easily be changed by providing one of the many alternatives, in this example below the faster table lookup method is defined. ``` NeoPixelBusLg strip(PixelCount, PixelPin);