Skip to content

Commit

Permalink
Added icon in base64 to GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed May 4, 2018
1 parent 62d2cc4 commit 83064b4
Show file tree
Hide file tree
Showing 2 changed files with 2,590 additions and 0 deletions.
1 change: 1 addition & 0 deletions color_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, bulb, color_function, parent):
self.bulb = bulb
self.color_function = color_function
self.parent = parent # couple to parent frame
self.prev_color = parent.get_color()
self.t = ColorThread(target=self.match_color, args=(self.bulb,))
self.t.setDaemon(True)

Expand Down
Loading

0 comments on commit 83064b4

Please sign in to comment.