view dmx_usb_module/pyout @ 1205:566a781a4689

fix CC display update failure when rows are very small and you click in one and the size adjustment signal doesn't fire Ignore-this: fcb851e0dc7eb50fc1b673d92533608a
author drewp@bigasterisk.com
date Mon, 16 Jun 2014 23:56:35 +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"