1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add support for the TLC5947 24-Channel, 12-Bit PWM LED Driver (#2066)

Co-authored-by: Richard Nauber <richard@nauber.dev>
This commit is contained in:
rnauber
2021-07-29 11:16:04 +02:00
committed by GitHub
parent 8dbac20f8b
commit c6c857dfff
6 changed files with 223 additions and 0 deletions

View File

@@ -30,11 +30,21 @@ binary_sensor:
pin: GPIO0
id: io0_button
tlc5947:
data_pin: GPIO12
clock_pin: GPIO14
lat_pin: GPIO15
output:
- platform: gpio
pin: GPIO2
id: built_in_led
- platform: tlc5947
id: output_red
channel: 0
max_power: 0.8
esp32_ble:
esp32_ble_server: