re-enable led controller (fingers crossed)
This commit is contained in:
parent
5e61f83994
commit
bbb394e3c1
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class LightStrip:
|
|||
for i in range(n):
|
||||
col = self.pattern(i, t)
|
||||
if np[i] != col:
|
||||
#np[i] = col
|
||||
print("CHANGE COLOR OF PIXEL {} ON TICK {}".format(col, t))
|
||||
np[i] = col
|
||||
#print("CHANGE COLOR OF PIXEL {} ON TICK {}".format(col, t))
|
||||
break;
|
||||
self.cur_tick = t + 1
|
Loading…
Reference in a new issue