view dmx_usb_module/pyout @ 1315:b21e31c79f31

more timeline drawing code. cool zoom zigzag feature Ignore-this: 8f8f8d1c2d8ab6286d1a0efa0323a9b2
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 02 Jun 2016 06:40:12 +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"