Additional DD backlight config (#19124)

* Additional dd backlight config

* Update docs
This commit is contained in:
Joel Challis 2022-11-23 18:48:22 +00:00 committed by GitHub
parent b494bc4459
commit af6aa225eb
Failed to generate hash of commit
4 changed files with 12 additions and 1 deletions

View file

@ -132,8 +132,15 @@ Enable by setting
* The length of one backlight “breath” in seconds
* `levels`
* The number of brightness levels (maximum 31, excluding off)
* `max_brightness`
* The maximum duty cycle of the backlight LED(s) (0-255)
* `pin`
* The pin that controls the backlight LED(s)
* `pins`
* Array of pins that controls the backlight LED(s) (See [Multiple Backlight Pins](feature_backlight.md#multiple-backlight-pins))
* `on_state`
* The state of the indicator pins when the LED is "on" - `1` for high, `0` for low
* Default: `1`
Example: