We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df1321 commit d8c407bCopy full SHA for d8c407b
hardware/screen_runner.py
@@ -38,10 +38,7 @@ def check_upgrade():
38
drk_grn=color565(255,222,255)
39
white=color565(0, 0, 0)
40
black=color565(255,255,255)
41
- yellow=color565(255, 0, 0)
42
- green=color565(0,0,255)
43
- pink=color565(0, 255, 0)
44
-
+
45
def check_upgrade():
46
""" We only check Button 3 - It's on GPIO01
47
#Unpushed
@@ -62,11 +59,7 @@ def check_upgrade():
62
59
drk_grn=color565(58, 124, 14) # esp full box
63
60
black=color565(0, 0, 0)
64
61
white=color565(255,255,255)
65
66
67
68
- red = color565(255, 0, 0)
69
70
71
""" We only check the Mute Button on the ESP BOX - It's on GPIO01
72
#Unpushed:
0 commit comments