view dmx_usb_module/pyout @ 1702:c8543026d609

extract cursor-canvas code Ignore-this: 7c9fe7c56c173ca59458f8c29e743a84
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 12:21:39 +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"