view dmx_usb_module/pyout @ 1667:6fefdc0c2c69

more rgb_to_hex fixes Ignore-this: fe3710525964a1a74a8b38267e8ed668
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 02:56:34 +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"