1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Add support for BP5758D LED driver (#4021)

This commit is contained in:
Cossid
2022-12-22 15:24:46 -06:00
committed by GitHub
parent 7e376ae952
commit 917488bbc3
6 changed files with 298 additions and 0 deletions

View File

@@ -1465,6 +1465,10 @@ my9231:
num_chips: 2
bit_depth: 16
bp5758d:
data_pin: GPIO3
clock_pin: GPIO5
output:
- platform: gpio
pin: GPIO26
@@ -1626,6 +1630,26 @@ output:
vref: internal
gain: X2
power_down: gnd_500k
- platform: bp5758d
id: bp5758d_red
channel: 2
current: 10
- platform: bp5758d
id: bp5758d_green
channel: 3
current: 10
- platform: bp5758d
id: bp5758d_blue
channel: 1
current: 10
- platform: bp5758d
id: bp5758d_coldwhite
channel: 5
current: 10
- platform: bp5758d
id: bp5758d_warmwhite
channel: 4
current: 10
e131: