Skip to content

Conversation

Neradoc
Copy link
Contributor

@Neradoc Neradoc commented Jan 11, 2025

I didn't find a clear documentation of the color order of the neopixel on the board, but the Micropython demo from Waveshare does swap red and green instead of the default (1, 0, 2, 3), so I think it's good.

# Set the color order for the NeoPixel object
rgb_led.ORDER = (0, 1, 2, 3)

Tested and the color is now correct (LED green when connected to USB, red when on a power bank).

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good, thank you

@hathach hathach merged commit 4269460 into adafruit:master Jan 16, 2025
138 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants