espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
143 stars 86 forks source link

led_strip: Add support for WS2812B-V5 (IEC-84) #299

Closed bryghtlabs-richard closed 7 months ago

bryghtlabs-richard commented 7 months ago

WS2812B-V5 requires >280 microsecond reset time.

When led_strip with 50 microsecond reset time is used with WS2812B-V5 LEDs, most will handle reset correctly, but about 1/3 of certain transmission patterns would cause 1-2 LEDs in a long strip to fail to reset, leading to duplicated colors further down the led strip. Increase the reset time to 280 microseconds, which is compatible with led pixels requiring 50+ microsecond reset time as well.

image

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

suda-morris commented 7 months ago

@bryghtlabs-richard Thanks for the improvement!

Could you please help bump up the component to "2.5.3"? https://github.com/espressif/idf-extra-components/blob/master/led_strip/idf_component.yml#L1