Skip to content

Commit

Permalink
update leds on sigint
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Feb 28, 2016
1 parent 453e3ab commit 88ee97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def set_lights_off(self):
for i in range(self.LED_COUNT):
ws.ws2811_led_set(self.channel, i, 0x000000)

self.resp = ws.ws2811_render(self.leds)

def update(self, matrix):

if len(matrix) > self.LED_COUNT:
Expand Down

0 comments on commit 88ee97b

Please sign in to comment.