view dmx_usb_module/pyout @ 543:4d500e6dc2f7

optimize static pics; save everything in homedir for now, not /tmp Ignore-this: 73a1a99a7dd22b04e60fec355e470c1
author drewp@bigasterisk.com
date Mon, 14 Jun 2010 06:31:05 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)