further minimize changes

This commit is contained in:
Henry Gabryjelski 2021-08-19 10:09:21 -07:00
parent b4218cb183
commit ecd93e5946

View file

@ -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: