Tero Marttila
Tero Marttila
Some WS2811 LED ICs are not compatible with the 1.25us `HLLL`/`HHLL` symbol format used by `LEDS_PROTOCOL_WS2811`, which is based on the 0.5/2.0us ± 150ns 1.2/1.3us ± 150ns low-speed -> derived...
It seems like leds i2s interface is hitting the `I2S_OUT_DSCR_ERR_INT` interrupt regularly: ``` W (245416) i2s_intr_out_dscr_err_handler: ```
Fixes https://github.com/qmsk/esp/issues/86 New `leds` -> `interface_setup = true` mode to replace the `leds_tx()` -> `i2s_out_setup()` with a one-time `i2s_out_setup()`. This only works with one `leds` per interface, and does not...