Breathing now finally working, a key to enable it, not sane defaults, and a toggle button

This commit is contained in:
Kyle Brown
2019-02-20 20:40:46 -08:00
parent 0ba5911f8f
commit 31983a0873
5 changed files with 78 additions and 49 deletions

View File

@@ -277,4 +277,5 @@ class Firmware:
if self.pixel_state['animation_mode'] is not None:
self.pixel_state = rgb.animate(self.pixel_state, self.pixels)
gc.collect()