Segmetns use Ws2811 (#299)

This commit is contained in:
Michael Miller
2019-10-08 12:50:53 -07:00
committed by GitHub
parent b669c17d47
commit fc5d40a513
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const uint8_t BusPin = 2; // make sure to set this to the correct pin, ignored
#define brightness 128
NeoPixelSegmentBus<SevenSegmentFeature, Neo800KbpsMethod> strip(DigitCount, BusPin);
NeoPixelSegmentBus<SevenSegmentFeature, NeoWs2811Method> strip(DigitCount, BusPin);
void setup()
{

View File

@@ -18,7 +18,7 @@ const uint16_t SecondsDigit = 1;
#define brightness 128
NeoPixelSegmentBus<SevenSegmentFeature, Neo800KbpsMethod> strip(DigitCount, BusPin);
NeoPixelSegmentBus<SevenSegmentFeature, NeoWs2811Method> strip(DigitCount, BusPin);
enum Animation
{