mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'bugfix/rmt_simple_encoder_example' into 'master'
fix(example): wrong ws2812 reset duration Closes IDFGH-14759 See merge request espressif/esp-idf!37447
This commit is contained in:
commit
ca2e1c71c4
@ -39,7 +39,7 @@ static const rmt_symbol_word_t ws2812_one = {
|
||||
|
||||
//reset defaults to 50uS
|
||||
static const rmt_symbol_word_t ws2812_reset = {
|
||||
.level0 = 1,
|
||||
.level0 = 0,
|
||||
.duration0 = RMT_LED_STRIP_RESOLUTION_HZ / 1000000 * 50 / 2,
|
||||
.level1 = 0,
|
||||
.duration1 = RMT_LED_STRIP_RESOLUTION_HZ / 1000000 * 50 / 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user