⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 2608107

Browse files
authored
Fix DotStar color format for FunHouse status pixels
1 parent ed8c32c commit 2608107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/statusLED/Wippersnapper_StatusLED.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Adafruit_NeoPixel *statusPixel = new Adafruit_NeoPixel(
2525
#ifdef USE_STATUS_DOTSTAR
2626
Adafruit_DotStar *statusPixelDotStar =
2727
new Adafruit_DotStar(STATUS_DOTSTAR_NUM, STATUS_DOTSTAR_PIN_DATA,
28-
STATUS_DOTSTAR_PIN_CLK, DOTSTAR_BRG);
28+
STATUS_DOTSTAR_PIN_CLK, DOTSTAR_BGR);
2929
#endif
3030

3131
/****************************************************************************/
@@ -412,4 +412,4 @@ void statusLEDBlink(ws_led_status_t statusState) {
412412
delay(100);
413413
blinkNum--;
414414
}
415-
}
415+
}

0 commit comments

Comments
 (0)