view dmx_usb_module/pyout @ 1615:99307e5a1f90

elaborate fix for element not having a size until display Ignore-this: 745029a02811a5c916e7ea3ecef7ed6d
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 07 Jun 2017 05:40:31 +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"