natcl / Artnet

An Art-Net library for Teensy, Arduino and ESP boards
Other
340 stars 92 forks source link

Starting the display at a specific address #23

Closed quebecsti closed 6 years ago

quebecsti commented 6 years ago

It’s more of a question... feel free to move this if need be.

I’m building some ledstiks, that I ‘d like to have control over addressing.. say stick one, universe 3(that’s easy) address 121-210... next stick would be 211-300...

I know I have to offset something in the code.. can’t figure it out

Thanks

natcl commented 6 years ago

You will have to re-write a part of the example code: https://github.com/natcl/Artnet/blob/master/examples/ArtnetNeoPixel/ArtnetNeoPixel.ino to handle the offset. Are you sending on only one universe ?