view dmx_usb_module/pyout @ 1070:b281ee32c785

use Pillow. make vidref start up Ignore-this: 52ba5ec2409bbf446c7592d3646220ad
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 02 Jun 2014 07:46:55 +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"