Update color
This commit is contained in:
parent
5f58121e47
commit
297c69ab58
|
@ -9,7 +9,7 @@ class TimeDisplay:
|
|||
self.currentHour = [-1, -1]
|
||||
self.currentMinute = [-1, -1]
|
||||
self.currentColor = [0, 0, 0]
|
||||
self.color = [255, 80, 0]
|
||||
self.color = [255, 0, 64]
|
||||
self.hourStartColumn = -1
|
||||
self.timeDotsColumn = 7
|
||||
self.minuteStartColumn = 9
|
||||
|
|
Loading…
Reference in New Issue