view dmx_usb_module/pyout @ 1376:8b3f7f5656f4

try to pretty up the zoom/layout change code Ignore-this: f8ef1cecc4802b0d9befb49301501521
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 08 Jun 2016 05:47:49 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

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