Lightness correction for RGB LED driver

This commit is contained in:
Jeff
2017-07-28 06:54:38 -06:00
committed by Gregory Nutt
parent 7f8f833714
commit b6d5e7b9e1
+9
View File
@@ -57,6 +57,15 @@ config RGBLED_INVERT
each LED), this selection inverts the outputs so that the each LED), this selection inverts the outputs so that the
colors are displayed correctly. colors are displayed correctly.
config RGBLED_LIGHTNESS_CORRECTION
bool "Apply Lightness Correction"
depends on RGBLED
default n
---help---
This selection enables an approximate CIE 1931 lightness
correction which helps the RGB LED visually fade and blend
in a more linear, smooth, and visually appealing fashion.
config PCA9635PW config PCA9635PW
bool "PCA9635PW I2C LED Driver" bool "PCA9635PW I2C LED Driver"
default n default n