Skip to content

Conversation

@mburger82
Copy link

Modification of the ws2812 driver for 8 channel RMT operation.
All 8 channels of the RMT-Module can be driven in parallel by the blocking ws2812_setColors(...) function. Example Code is modified aswell.
The driver is quite scaleable up to multiple thousend of LED over all 8 channels while keeping update-times short. 200 LED's take about 6ms

#include <driver/gpio.h>
#include <soc/gpio_sig_map.h>
#include <esp_intr.h>
#include <esp_intr_alloc.h>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esp_intr.h is deprecated according to compiler output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant