Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1514:d5c3dec3dbd9
move time and mouse cursors to a <canvas> tag
Ignore-this: da8de9cb12a93dffa0b61a13f0358efa
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 30 Mar 2017 09:52:21 +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"