Push the mock stuff in to state keys too
parent
595a9919e4
commit
31ddcfa7a3
|
@ -38,4 +38,5 @@ class MockStrip(object):
|
|||
|
||||
def show(self):
|
||||
print self.strip
|
||||
|
||||
return [ int('0x%02x%02x%02x' % (px['r'], px['g'], px['b']), 0)
|
||||
for px in self.strip ]
|
||||
|
|
Loading…
Reference in New Issue