Skip to content

Commit 4c3c9b2

Browse files
committed
Fix LED RGB order
1 parent f2c1671 commit 4c3c9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_MKRIoTCarrier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ class MKRIoTCarrier{
125125
Adafruit_ST7789 display = Adafruit_ST7789(TFT_CS, TFT_DC, -1);
126126

127127
//RGB LEDs
128-
Adafruit_DotStar leds = Adafruit_DotStar(NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_BGR);
128+
Adafruit_DotStar leds = Adafruit_DotStar(NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_RGB);
129129
};
130130
#endif

0 commit comments

Comments
 (0)