Files @ a232bc895568
Branch filter:

Location: light9/dmx_usb_module/pyout

drewp@bigasterisk.com
new sub effects get effect labels
Ignore-this: 46c2d8adf10e4af749cc94b73e8da43a
1
2
3
4
5
6
7

from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"