mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 01:15:05 +00:00
14 lines
324 B
YAML
14 lines
324 B
YAML
description: LilyGO T-Deck onboard keyboard backlight controller
|
|
|
|
include: ["i2c-device.yaml"]
|
|
|
|
compatible: "lilygo,tdeck-keyboard-backlight"
|
|
|
|
bus: i2c
|
|
|
|
properties:
|
|
brightness-default:
|
|
type: int
|
|
default: 127
|
|
description: Default brightness level, applied on start and by set_brightness_default(). Range 0-255.
|