Mercurial > code > home > repos > light9
changeset 1129:38802eaca8fc
parens
Ignore-this: 962d8a85e91a99846aa5d6a14e24abf7
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 13 Jun 2014 08:16:03 +0000 |
parents | d2fb69d9722d |
children | 04d5f94be12b |
files | light9/effecteval/effectloop.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/effecteval/effectloop.py Fri Jun 13 08:14:53 2014 +0000 +++ b/light9/effecteval/effectloop.py Fri Jun 13 08:16:03 2014 +0000 @@ -172,7 +172,7 @@ for which, px255 in combined.items(): if which == 'blacklight': if px255 != self.lastSentBacklight: - yield succeed(self.serialWrite(self.boards['L'], '\x60\x01' + chr(px255)) + yield succeed(self.serialWrite(self.boards['L'], '\x60\x01' + chr(px255))) self.lastSentBacklight = px255 else: board = self.boards[which]