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 {