use RGB mode

This commit is contained in:
Wolfgang Hottgenroth 2019-05-30 17:18:17 +02:00
parent 44cb3b75f3
commit b54d2bce6e
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -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_GRB + NEO_KHZ800);
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ800);
#endif
bool show = false;