mirror of
https://github.com/Crocmagnon/plant-badger.git
synced 2024-11-22 01:18:02 +01:00
Formatting
This commit is contained in:
parent
2f30f2c8be
commit
d741d6792d
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ FONT_SIZE = 2
|
|||
|
||||
changed = False
|
||||
exited_to_launcher = False
|
||||
woken_by_button = (
|
||||
badger2040.woken_by_button()
|
||||
) # Must be done before we clear_pressed_to_wake
|
||||
|
||||
# Must be done before we clear_pressed_to_wake
|
||||
woken_by_button = badger2040.woken_by_button()
|
||||
|
||||
if badger2040.pressed_to_wake(badger2040.BUTTON_A) and badger2040.pressed_to_wake(
|
||||
badger2040.BUTTON_C
|
||||
|
|
Loading…
Reference in a new issue