Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1763:9060602f7b3c
try to fix canvas issue, but it seems like just a bug in chrome 61
Ignore-this: 79447f827c6d630841dcea30152ab7d
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 May 2018 08:16:20 +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"