|
EX-Display
EX-Display
|
#include "CallbackInterface.h"#include "DisplayManager.h"#include "InputManager.h"#include "Logger.h"#include "ScreenManager.h"#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | Controller |
| Class for the central controller for EX-Display. All application activities are controlled through this class to manage screens, displays, and user input. All devices have their begin or init type methods called from Controller::begin(). More... | |