Run pre-commit
This commit is contained in:
parent
813cbafff3
commit
29a3300321
2 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ print("after show, going to loop")
|
|||
pybadger.pixels.fill(0x000022)
|
||||
|
||||
while True:
|
||||
|
||||
cur_a = btn_a.value
|
||||
cur_b = btn_b.value
|
||||
cur_c = btn_c.value
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ pybadger.badge_line(
|
|||
# Start with the custom badge page
|
||||
pybadger.show_custom_badge()
|
||||
|
||||
|
||||
# This task responds to buttons and changes the visible page
|
||||
async def ui_task():
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue