From ec049bbc6f5b7855d46432cff1ae87d8b41a4ce6 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 30 Mar 2023 13:27:42 -0700 Subject: [PATCH] Updated Neo Features (markdown) --- Neo-Features.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Neo-Features.md b/Neo-Features.md index 1c51c1c..83c5015 100644 --- a/Neo-Features.md +++ b/Neo-Features.md @@ -17,3 +17,11 @@ A three element color in the order of Blue, Red, and then Green. ## NeoRbgFeature A three element color in the order of Red, Blue, and then Green. + +## NeoWrgbTm1814Feature +These is only used with Tm1814 methods. +A four-element color in the order of White, Red, Green, and then Blue. +This will require that you apply settings that define the power usage of your LEDs. You can set this after calling `Begin()` by using the following code snippit. The values are in 1/10th milliamps and should be updated to the rating of your LEDs. +``` +strip.SetPixelSettings(NeoTm1814Settings(165,165,165,165)); +``` \ No newline at end of file