forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

171st Pixel #11

Closed Capii1 closed 7 years ago

Capii1 commented 7 years ago

I have a full 300 pixel strip that I'd like to use one ESP8266 NodeMCU to run however I've not been able to get the pixels after 170th to display correctly. I've tired this in both Vixen 3 and xLights both giving me the same issue. Does anyone know how to fix this problem?

forkineye commented 7 years ago

You need to listen for consecutive universes as each universe can only hold 512 channels (170 pixels) worth of data. Look at my ESPixelStick project for an example - https://github.com/forkineye/ESPixelStick