reformatting the default_app structure and worked on options menu.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import displayio
|
||||
|
||||
from app import AppRouter, DebugApp
|
||||
from macropad_os import AppRouter, DebugApp
|
||||
from config import Config
|
||||
|
||||
from adafruit_macropad import MacroPad
|
||||
@@ -11,9 +9,7 @@ config = Config("config.json")
|
||||
|
||||
ar = AppRouter(macropad, config, [
|
||||
DebugApp(macropad, config, "DEBUG 1"),
|
||||
DebugApp(macropad, config, "DEBUG 2"),
|
||||
# DebugApp(macropad, config, "debug 2"),
|
||||
# DebugApp(macropad, config, "debug 3")
|
||||
DebugApp(macropad, config, "DEBUG 2")
|
||||
])
|
||||
|
||||
ar.start()
|
||||
|
||||
Reference in New Issue
Block a user