From b59c085b5bc34d2ed155754c7de19fd8ab0dbc07 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 30 Mar 2023 13:25:23 -0700 Subject: [PATCH] Created DotStar Features (markdown) --- DotStar-Features.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DotStar-Features.md diff --git a/DotStar-Features.md b/DotStar-Features.md new file mode 100644 index 0000000..af6beed --- /dev/null +++ b/DotStar-Features.md @@ -0,0 +1,17 @@ +Below you will find the list of DotStar Features. While an attempt has been made to keep this list up to date, new features may not be listed. + +### DotStarBgrFeature +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. +NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to be slowed, 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. + +### 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. +NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to be slowed, and thus not useful for POV displays. + +