view dmx_usb_module/pyout @ 559:3f9162973d60

KC channel color support. use statements like sub:scoop :color "#ffaa77" Ignore-this: 6862a42373695ce083dbd82166080be7
author drewp@bigasterisk.com
date Sat, 19 Jun 2010 18:51:29 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)