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

White Balance Animations and Colours #39

Open
Diserasta opened this issue Nov 6, 2017 · 3 comments
Open

White Balance Animations and Colours #39

Diserasta opened this issue Nov 6, 2017 · 3 comments

Comments

@Diserasta
Copy link

If you have 255,127,0 (orange), and you halve it, ideally you should have 127,63,0. This doesn't seem to be the case though, as setting your keyboard to 255,127,0 and turning brightness down results in the light quickly turning yellow and finally green before finally turning off.

To me, this indicates that the red LED is being cut away faster than green. I assume this is because the Red LED is brighter than the others (this tends to be the case with RGB LEDs due to the compounds used), but it seems like it's over-correcting. This could be the WS2812 itself doing some sort of white correction (I suspect it is since white looks fine). We may need to correct against this, as it's distorting red-primary colours. This may be as simple as scaling up red each time we step down brightness, or something more complex.

@bradyjoh
Copy link

bradyjoh commented Nov 9, 2017

Not sure if this is helpful, but I've done a number of little projects with WS2812s and WS2801s using the FastLED library https://github.com/FastLED/FastLED and it has really wonderful options for color correction (https://github.com/FastLED/FastLED/wiki/FastLED-Color-Correction)

@haata
Copy link
Member

haata commented Nov 9, 2017

Some more info, the ISSI chip (LED Driver) on the K-Type has some information on gamma correction as well.
http://www.issi.com/WW/pdf/IS31FL3733.pdf page 22

@adrnl
Copy link

adrnl commented Nov 14, 2019

Is there any update on this? The issue still exists now for the Gemini version of the configurator, and the issue is now a couple years old.

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

No branches or pull requests

4 participants