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