Skip to content

The Pixel Flashes Randomly. #1

@itzmachiko

Description

@itzmachiko

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions