HSV functions added
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
Reference in New Issue
Block a user