Skip to content

Commit f3eaaf3

Browse files
committed
Fixed Tready LED clear color
1 parent 47440fc commit f3eaaf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kits/tready/tready.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def set_color(self, color: 'hebi.Color | str'):
246246

247247
def clear_color(self):
248248
color_cmd = hebi.GroupCommand(self.group.size)
249-
color_cmd.led.clear()
249+
color_cmd.led.color = hebi.Color(0, 0, 0, 0)
250250
self.group.send_command(color_cmd)
251251

252252

0 commit comments

Comments
 (0)