mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-06 20:34:27 +02:00
Updated Neo Features (markdown)
@@ -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));
|
||||
```
|
Reference in New Issue
Block a user