Updated Neo Features (markdown)

Michael Miller
2023-03-31 10:48:05 -07:00
parent 17c92af21c
commit 323f3d5fcd

@@ -77,7 +77,7 @@ _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 ## NeoAbcdefgpsSegmentFeature & SevenSegmentFeature
A nine-element digit in the 7-segment order of A,B,C,D,E,F,G, decimal, and then special. 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 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. This should be used with the NeoPixelSegmentBus for string handling functionality.