re-enable led controller (fingers crossed)

This commit is contained in:
janeptrv 2020-11-06 23:09:59 -05:00
parent 5e61f83994
commit bbb394e3c1

View file

@ -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