Files @ 11b74e7d6b88
Branch filter:

Location: light9/dmx_usb_module/pyout - annotation

Drew Perttula
draw adjusters for all curve pts, not just 4
Ignore-this: 28b553a4935b4900496499d74489d8ee
1
2
3
4
5
6
7

from dmx import Dmx

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