Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1738:a2faa1b70dbe
redoing Note draw object and note adjusters
Ignore-this: 85e32623f7696a7c8ed47ab8eac05b66
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 17 May 2018 07:44:34 +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"