HSV functions added

This commit is contained in:
Kyle Brown
2019-02-19 15:01:51 -08:00
parent 4b033857b1
commit 7a58ac041f
3 changed files with 169 additions and 65 deletions

View File

@@ -276,6 +276,7 @@ class Firmware:
print('New State: {}'.format(self._state._to_dict()))
gc.collect()
'''
test = rgb.color_chase(self.pixels,
self.num_pixels,
color=(255,0,0),
@@ -285,3 +286,4 @@ class Firmware:
if test is not None:
# Debugging some strange errors with NoneType
self.pixel_state = test
'''