Skip to content

Commit d8c407b

Browse files
committed
Consolidate Colors
1 parent 5df1321 commit d8c407b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

hardware/screen_runner.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ def check_upgrade():
3838
drk_grn=color565(255,222,255)
3939
white=color565(0, 0, 0)
4040
black=color565(255,255,255)
41-
yellow=color565(255, 0, 0)
42-
green=color565(0,0,255)
43-
pink=color565(0, 255, 0)
44-
41+
4542
def check_upgrade():
4643
""" We only check Button 3 - It's on GPIO01
4744
#Unpushed
@@ -62,11 +59,7 @@ def check_upgrade():
6259
drk_grn=color565(58, 124, 14) # esp full box
6360
black=color565(0, 0, 0)
6461
white=color565(255,255,255)
65-
yellow=color565(255, 0, 0)
66-
green=color565(0,0,255)
67-
pink=color565(0, 255, 0)
68-
red = color565(255, 0, 0)
69-
62+
7063
def check_upgrade():
7164
""" We only check the Mute Button on the ESP BOX - It's on GPIO01
7265
#Unpushed:

0 commit comments

Comments
 (0)