mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Add support for BP5758D LED driver (#4021)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user