Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 943:3aae87f6777a
vidref grab images for snapshots even if a song is not playing
Ignore-this: 81b9b8c86a6326be3dd5a7d900f16a1b
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Jun 2013 01:44:05 +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"