use RGB mode
This commit is contained in:
@ -43,7 +43,7 @@ typedef struct {
|
|||||||
|
|
||||||
|
|
||||||
// Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
|
// Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
|
||||||
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_GRB + NEO_KHZ800);
|
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ800);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool show = false;
|
bool show = false;
|
||||||
|
Reference in New Issue
Block a user