diff options
author | Joel Challis <git@zvecr.com> | 2022-11-23 18:48:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 18:48:22 +0000 |
commit | af6aa225ebfc64caf571601b3e3390614daad54f (patch) | |
tree | 8285b6cae1ff28381fe11fb12dcc3c423301066b /docs | |
parent | b494bc4459594525a174df0eec1be7372ef9bf42 (diff) |
Additional DD backlight config (#19124)
* Additional dd backlight config
* Update docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference_info_json.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 05d4ef1113..c872bcb696 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -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: |