-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update pins_arduino.h for lolin_c3_pico to define LED as RGB rather than the default GRB #11851
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
Conversation
...han the default GRB
👋 Hello mitra42, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Sorry if not following process correctly, I'm trying but its not 100% clear what info you want.
Description of Change
Please describe your proposed Pull Request and it's impact.
On the lolin_c3_pico the LED is RGB, but RGB_BUILTIN_LED_COLOR_ORDER defaults to GRB which is correct for many Neopixel LEDs
Test Scenarios
Please describe on what Hardware and Software combinations you have tested this Pull Request and how.
Tested on Lolin C3 Pico - with Frugal_IoT system, looked carefully at call to rgbLedWrite which was correctly sending rgb in that order, BUT the LED was coming up the wrong color because of the default to presume the actual write to LED should be GRB.
I'm using PlatformIO with specific config
Related links
Please provide links to related issue, PRs etc.
N/A
(eg. Closes #number of issue)