Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waveshare pico S3: change the color order of the RBG LED #425

Merged
merged 1 commit into from
Jan 16, 2025

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