mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 14:24:26 +02:00
Updated Neo Features (markdown)
@@ -76,3 +76,14 @@ _mA = (1100 * (240 + (gain * 32)) / ohms)_
|
|||||||
```
|
```
|
||||||
strip.SetPixelSettings(NeoSm16824eSettings(/* left to user due to complexity */ ));
|
strip.SetPixelSettings(NeoSm16824eSettings(/* left to user due to complexity */ ));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## NeoAbcdefgpsSegmentFeature
|
||||||
|
A nine-element digit in the 7-segment order of A,B,C,D,E,F,G, decimal, and then special.
|
||||||
|
This is used with 7-segment LED modules that are driven with three WS2811 chips.
|
||||||
|
This should be used with the NeoPixelSegmentBus for string handling functionality.
|
||||||
|
|
||||||
|
## NeoBacedfpgsSegmentFeature
|
||||||
|
A nine-element digit in the 7-segment order of B,A,C,E,D,F,decimal,G, and then special.
|
||||||
|
This is used with 7-segment LED modules that are driven with three WS2811 chips.
|
||||||
|
This should be used with the NeoPixelSegmentBus for string handling functionality.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user