From 8bfce8ca07bb5d5bbe8e48eeb6f5bde2ac185cd2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 2 Sep 2016 00:20:18 -0700 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index a5df234..3120485 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -48,10 +48,12 @@ A three element color in the order of Red, Blue, and then Green. A three element color in the order of Blue, Green, and then Red. Used only with DotStar methods. ## DotStarLbgrFeature -Similar to the DotStarBgrFeature, except that it exposes the DotStar feature of a "luminance" value of 0-31. This will require the use of the RgbwColor object and the W element must be set to provide a luminance override on the pixel. +Similar to the DotStarBgrFeature, except that it exposes the DotStar feature of a "luminance" value of 0-31. This will require the use of the RgbwColor object and the W element must be set to provide a luminance override on the pixel. +NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays. ## DotStarGrbFeature A three element color in the order of Green, Red, and then Blue. Used only with DotStar methods. +NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays. ## DotStarLgrbFeature Similar to the DotStarGrbFeature, except that it exposes the DotStar feature of a "luminance" value of 0-31. This will require the use of the RgbwColor object and the W element must be set to provide a luminance override on the pixel.