spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
70 stars 14 forks source link

Feature request: A way to skip all the fading and just set pixel values #23

Closed raldi closed 1 year ago

raldi commented 2 years ago

Sorry if I'm missing something, but is there any way to use this library to just say "Set these pixels to these values, immediately, and keep them that way"? As far as I can tell, my only option is to fade in my desired colors, and then have them fade out even though I don't want them to.

spacemanspiff2007 commented 2 years ago

Just add a fade with the desired pixel values with duration 0?

raldi commented 2 years ago

Maybe I'm doing something wrong, but when I try that, they just fade right back out again.

spacemanspiff2007 commented 1 year ago

Have you started the periodic refresh service? Some controllers turn the light off after x seconds of no new message.