You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: