Update open-led-race/open-led-race.ino
change led to 3 strips (NEO_GRB)
This commit is contained in:
parent
cba3bd95e9
commit
3d3bae8280
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void setup() {
|
|||
|
||||
// For SK6812 use NEO_RGBW, else NEO_GRB
|
||||
// (NEO_RGBW for strips with white color leds)
|
||||
track = Adafruit_NeoPixel( tck.cfg.track.nled_total, PIN_LED, NEO_RGBW + NEO_KHZ800 );
|
||||
track = Adafruit_NeoPixel( tck.cfg.track.nled_total, PIN_LED, NEO_GRB + NEO_KHZ800 );
|
||||
|
||||
// First 2 controllers always active (Red, Green)
|
||||
race.numcars = 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue