Added ICM, knob CCs

This commit is contained in:
Brian Hrebec 2023-08-30 23:54:06 -05:00
parent e757ebc885
commit 00cdfc08e0
7 changed files with 125 additions and 46 deletions

View file

@ -38,6 +38,7 @@ class MenuScreen {
};
void initDisplay();
bool inMenu();
void displayOff(state_t &state);
void showVersion();
void displayError(const char *error);