view dmx_usb_module/pyout @ 1576:ef7ddef3acb5

clean up Painting & Stroke. hover now shows up. add Clear command Ignore-this: 96a6b026ac4020d021e622cc6c5afa1f
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 29 May 2017 08:31:26 +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"