feat: Added automatic loading of Apps from the macropad_apps/python directory at load time.

Performance improvements to the lighting system.
Renamed app_router to macropad_os.
This commit is contained in:
Lucas Oskorep
2022-09-20 00:44:42 -04:00
parent d95d351bfd
commit 26ce2d1734
8 changed files with 72 additions and 34 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ from .serial_communications import SerialComms
from .configuration import Config, ConfigItem
from .app_state import AppState, InvalidStateUpdateError
from .abstract_app import App
from .app_router import AppRouter
from .macropad_os import MacropadOS