mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated Neo Features (markdown)
@@ -41,7 +41,11 @@ strip.SetPixelSettings(NeoTm1814Settings(165,165,165,165)); // 16.5mA
|
|||||||
## NeoRgbTm1914Feature
|
## NeoRgbTm1914Feature
|
||||||
This is only used with Tm1914 methods.
|
This is only used with Tm1914 methods.
|
||||||
A three-element color in the order of Red, Green, and then Blue.
|
A three-element color in the order of Red, Green, and then Blue.
|
||||||
This will require that you apply settings that define the input mode of your LEDs. You can set this after calling `Begin()` by using the following code snippit. The argument is the mode the input should use as defined by the enum NeoTm1914_Mode.
|
This will require that you apply settings that define the input mode of your LEDs. You can set this after calling `Begin()` by using the following code snippit. The argument is the mode the input should use as defined by the [enum NeoTm1914_Mode](## "enum NeoTm1914_Mode {
|
||||||
|
NeoTm1914_Mode_DinFdinAutoSwitch, // Switches between DIN and FDIN on any signal pause > 300ms
|
||||||
|
NeoTm1914_Mode_DinOnly, // DIN input pin used exclusively
|
||||||
|
NeoTm1914_Mode_FdinOnly // FDIN input pin used exclusively
|
||||||
|
}").
|
||||||
```
|
```
|
||||||
strip.SetPixelSettings(NeoTm1914Settings(NeoTm1914_Mode_DinOnly));
|
strip.SetPixelSettings(NeoTm1914Settings(NeoTm1914_Mode_DinOnly));
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user