view dmx_usb_module/pyout @ 989:d91015a384fb

new hsv effect for controlling some leds. channels not configurable yet Ignore-this: 99edf73a293b9cbc71534135ac8270af
author drewp@bigasterisk.com
date Sun, 16 Jun 2013 18:42:41 +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"