Files @ 8b3f7f5656f4
Branch filter:

Location: light9/dmx_usb_module/pyout

Drew Perttula
try to pretty up the zoom/layout change code
Ignore-this: f8ef1cecc4802b0d9befb49301501521
1
2
3
4
5
6
7

from dmx import Dmx

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