From fc5d40a51316a21f96dcafdcd749cc433b360d0a Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 8 Oct 2019 12:50:53 -0700 Subject: [PATCH] Segmetns use Ws2811 (#299) --- examples/sevensegment/NeoSegmentBus/NeoSegmentBus.ino | 2 +- examples/sevensegment/NeoSegmentFade/NeoSegmentFade.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sevensegment/NeoSegmentBus/NeoSegmentBus.ino b/examples/sevensegment/NeoSegmentBus/NeoSegmentBus.ino index e5c3718..7ee1beb 100644 --- a/examples/sevensegment/NeoSegmentBus/NeoSegmentBus.ino +++ b/examples/sevensegment/NeoSegmentBus/NeoSegmentBus.ino @@ -14,7 +14,7 @@ const uint8_t BusPin = 2; // make sure to set this to the correct pin, ignored #define brightness 128 -NeoPixelSegmentBus strip(DigitCount, BusPin); +NeoPixelSegmentBus strip(DigitCount, BusPin); void setup() { diff --git a/examples/sevensegment/NeoSegmentFade/NeoSegmentFade.ino b/examples/sevensegment/NeoSegmentFade/NeoSegmentFade.ino index 587f3cd..98d9e59 100644 --- a/examples/sevensegment/NeoSegmentFade/NeoSegmentFade.ino +++ b/examples/sevensegment/NeoSegmentFade/NeoSegmentFade.ino @@ -18,7 +18,7 @@ const uint16_t SecondsDigit = 1; #define brightness 128 -NeoPixelSegmentBus strip(DigitCount, BusPin); +NeoPixelSegmentBus strip(DigitCount, BusPin); enum Animation {