updates to options and debug apps allowing them to run side by side.
This commit is contained in:
@@ -2,6 +2,7 @@ import displayio
|
||||
|
||||
from app import AppRouter, DebugApp
|
||||
from config import Config
|
||||
|
||||
from adafruit_macropad import MacroPad
|
||||
|
||||
macropad = MacroPad()
|
||||
@@ -9,7 +10,8 @@ config = Config("config.json")
|
||||
|
||||
|
||||
ar = AppRouter(macropad, config, [
|
||||
DebugApp(macropad, config, "debug 1"),
|
||||
DebugApp(macropad, config, "DEBUG 1"),
|
||||
DebugApp(macropad, config, "DEBUG 2"),
|
||||
# DebugApp(macropad, config, "debug 2"),
|
||||
# DebugApp(macropad, config, "debug 3")
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user