Skip to content

Commit

Permalink
Consolidate Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jouellnyc committed May 1, 2023
1 parent 5df1321 commit d8c407b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions hardware/screen_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ def check_upgrade():
drk_grn=color565(255,222,255)
white=color565(0, 0, 0)
black=color565(255,255,255)
yellow=color565(255, 0, 0)
green=color565(0,0,255)
pink=color565(0, 255, 0)


def check_upgrade():
""" We only check Button 3 - It's on GPIO01
#Unpushed
Expand All @@ -62,11 +59,7 @@ def check_upgrade():
drk_grn=color565(58, 124, 14) # esp full box
black=color565(0, 0, 0)
white=color565(255,255,255)
yellow=color565(255, 0, 0)
green=color565(0,0,255)
pink=color565(0, 255, 0)
red = color565(255, 0, 0)


def check_upgrade():
""" We only check the Mute Button on the ESP BOX - It's on GPIO01
#Unpushed:
Expand Down

0 comments on commit d8c407b

Please sign in to comment.