hpwit/artnetESP32

Splitting a screen across multiple pins

Opened this issue · 0 comments

Hi, in the example code for receiving ArtNet it says that it can be split up across multiple pins, but I can't find how to do that without splitting the data into multiple arrays first. Do you know what the easiest way to do this would be?
We've tried to use your ESP32V2 library, but the main loop stops when it hits "vTaskDelete(NULL);" so we decided to go back to your original library.
Thank you for your help.