view dmx_usb_module/pyout @ 1360:168027aa7d86

draw a note based on rdf data points. Doesn't refresh right at all Ignore-this: a261156eb9a41fdc39054b161726c3ae
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 09:22:09 +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"