jspiva / LedPixelController

ESP8266 unicast E1.31 to WS2811/WS2812 WiFi controller, output up to 1360 pixels (8 ports/universes, 170 pixels per port, 4080 channels)
GNU General Public License v3.0
18 stars 7 forks source link

Store received frames #1

Closed Kamal-Sonani closed 5 years ago

Kamal-Sonani commented 5 years ago

Is it possible to store frames which received in e1.31 or dmx?

For after playback?(without real time data stream)

jspiva commented 5 years ago

The design is to stream them directly to the outputs, in as close to real-time as possible. This is done for the ability to perform a light show across multiple devices running this software, from a single e1.31 source. It is definitely possible to pre-define a show and store/play it from the EEPROM, but that is not the purpose of this project. You are more than welcome to fork this project and utilize the code that writes to the pixel strings and build your own code to read/write from the EEPROM.

jspiva commented 5 years ago

I'm closing this as it is a question/enhancement that it not directly in line with this project's design/purpose.