view dmx_usb_module/pyout @ 1429:01dd3928b635

KC can now fade in effects, which can be read from the graph Ignore-this: 8e45e99e677204465ed362d667e2d192
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 11 Jun 2016 06:49:25 +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"