Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8channelmod #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

8channelmod #12

wants to merge 4 commits into from

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

@@ -14,15 +14,12 @@
#include <soc/dport_reg.h>
#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