Mercurial > code > home > repos > light9
diff bin/dmxserver @ 975:527b592b482a
up to 87 dmx outputs
Ignore-this: f9d0cb7657e6b000063bb6a6c3c2c0a6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 21:25:13 +0000 |
parents | e263c4bd73f9 |
children | ce159eea90b5 |
line wrap: on
line diff
--- a/bin/dmxserver Sat Jun 15 21:25:06 2013 +0000 +++ b/bin/dmxserver Sat Jun 15 21:25:13 2013 +0000 @@ -52,7 +52,7 @@ self.calldelay=1/options.updates_per_sec print "starting parport connection" - self.parportdmx = UsbDMX(port=options.dmx_device) + self.parportdmx = UsbDMX(dimmers=87, port=options.dmx_device) if os.environ.get('DMXDUMMY',0): self.parportdmx.godummy() else: