Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 2001:585848d3587c
vidref widget in timeline resizes with window size (kind of broken)
Ignore-this: b382f4c2ed1170380ff68cf429424ba4
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jun 2019 22:02:36 +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"