From 323f3d5fcd05ce16381678ce02e1c14e4d000139 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 31 Mar 2023 10:48:05 -0700 Subject: [PATCH] Updated Neo Features (markdown) --- Neo-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neo-Features.md b/Neo-Features.md index 63518d5..92322b3 100644 --- a/Neo-Features.md +++ b/Neo-Features.md @@ -77,7 +77,7 @@ _mA = (1100 * (240 + (gain * 32)) / ohms)_ 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. 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.