Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1515:37dd11031bcf
draw timeline adjusters in canvas
Ignore-this: e9e518e7a0700da1e7771dd559ddc7ed
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Apr 2017 10:04:27 +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"