Skip to content

Fix neopixel colors GRB on waveshare_esp32_c6_lcd_1_47 #10204

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

Merged

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Mar 30, 2025

This makes the LED properly blink green on script end and red on error (yellow and blue are unchanged).
May be of interest to @bwshockley who contributed the board.
Note that this does not impact user code at all, which still needs to use pixel_order:

pixel = neopixel.NeoPixel(board.NEOPIXEL, 1, pixel_order="RGB")

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Thanks!

@dhalbert dhalbert merged commit 953b7a1 into adafruit:9.2.x Mar 30, 2025
16 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