espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

color component description was misleading (IEC-7) #170

Closed idea--list closed 1 year ago

idea--list commented 1 year ago

Colors differ largely from any RGB color picker if led_strip_set_pixel() is fed by RGB units ranging 0-255 like found in most color pickers. Turns out that led_strip_set_pixel() is expecting percentages of each color component. That way the LED has the color one was dialing in with the color picker. However there only few color pickers that also tell percentages of the color components in addition to RGB units. This picker does exactly that: https://colors.artyclick.com/color-names-dictionary/color-names/neon-blue-color

Checklist

Change description

Please describe your change here

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.