Updated Neo Features (markdown)

Michael Miller
2023-03-30 13:27:42 -07:00
parent b59c085b5b
commit ec049bbc6f

@@ -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));
```