-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For any one who try and the strip flashes randomly, You are probably using the strip with only GRB but the original arduino script is written for GRBW strip.
HOW TO FIX:
Go to line 21 and change
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(120,9,NEO_GRBW + NEO_KHZ800);
To
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(120,9,NEO_GRB + NEO_KHZ800);
(Remove the W Behind GRB)
Sorry for the scuffed explanation, This is my first time submitting github issue :D
Metadata
Metadata
Assignees
Labels
No labels