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

Create esp32 rmt addressable light driver (#4708)

This commit is contained in:
Jesse Hills
2023-05-09 09:33:43 +12:00
committed by GitHub
parent 679633245d
commit 4b664b6f09
6 changed files with 465 additions and 0 deletions

View File

@@ -644,3 +644,22 @@ key_collector:
source_id: keypad
min_length: 4
max_length: 4
light:
- platform: esp32_rmt_led_strip
id: led_strip
pin: 13
num_leds: 60
rmt_channel: 6
rgb_order: GRB
chipset: ws2812
- platform: esp32_rmt_led_strip
id: led_strip2
pin: 15
num_leds: 60
rmt_channel: 2
rgb_order: RGB
bit0_high: 100us
bit0_low: 100us
bit1_high: 100us
bit1_low: 100us