mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Lightness correction for RGB LED driver
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user