mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
611 stars 158 forks source link

144 LED Strips #67

Closed xOr23 closed 6 years ago

xOr23 commented 6 years ago

Hello, I use 4 led strips with 144 led/strip snakeline and as a program Jinx. If I only use 144 leds everything works very well. As soon as I patched the second 144 leds, I get an offset of 26 leds between the first and second 144 leds. I have tried out all possible output patches, but unfortunately without success.

djpeterlewis commented 6 years ago

Remember 170 Pixels is 1 universe , so your mapping after the first 144 pixels is incorrect. Is this one long string ? or are you using 2 outputs ?

djpeterlewis commented 6 years ago

First 144 pixels starts at universe 0 , address 0 then address after your mapping of 432, it should then start at Universe 1 addresss 0. you have mapped the rest of universe 0 on the first output but there is no LEDs attached.

mtongnz commented 6 years ago

As @djpeterlewis stated above. Closing this issue