1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 01:33:51 +01:00

Add support for BP1658CJ LED driver (#4020)

This commit is contained in:
Cossid
2022-12-22 15:39:44 -06:00
committed by GitHub
parent 917488bbc3
commit a18ab748fd
6 changed files with 267 additions and 0 deletions

View File

@@ -1465,6 +1465,12 @@ my9231:
num_chips: 2
bit_depth: 16
bp1658cj:
data_pin: GPIO3
clock_pin: GPIO5
max_power_color_channels: 4
max_power_white_channels: 6
bp5758d:
data_pin: GPIO3
clock_pin: GPIO5
@@ -1630,6 +1636,21 @@ output:
vref: internal
gain: X2
power_down: gnd_500k
- platform: bp1658cj
id: bp1658cj_red
channel: 1
- platform: bp1658cj
id: bp1658cj_green
channel: 2
- platform: bp1658cj
id: bp1658cj_blue
channel: 0
- platform: bp1658cj
id: bp1658cj_coldwhite
channel: 3
- platform: bp1658cj
id: bp1658cj_warmwhite
channel: 4
- platform: bp5758d
id: bp5758d_red
channel: 2