Files @ 3f9162973d60
Branch filter:

Location: light9/dmx_usb_module/pyout - annotation

drewp@bigasterisk.com
KC channel color support. use statements like sub:scoop :color "#ffaa77"
Ignore-this: 6862a42373695ce083dbd82166080be7
1
2
3
4
5
6
7

from dmx import Dmx

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