further minimize changes
This commit is contained in:
parent
b4218cb183
commit
ecd93e5946
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class App:
|
|||
|
||||
|
||||
# INITIALIZATION -----------------------
|
||||
|
||||
macropad = MacroPad()
|
||||
macropad.display.auto_refresh = False
|
||||
macropad.pixels.auto_write = False
|
||||
|
|
@ -93,6 +94,7 @@ last_encoder_switch = macropad.encoder_switch_debounced.pressed
|
|||
app_index = 0
|
||||
apps[app_index].switch()
|
||||
|
||||
|
||||
# MAIN LOOP ----------------------------
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue