1
0
forked from me/IronOS

First sweep gui cleanup

This commit is contained in:
Ben V. Brown
2021-09-12 15:19:00 +10:00
parent 68e6c050b8
commit 46ceb556b2
2 changed files with 59 additions and 49 deletions

View File

@@ -27,6 +27,8 @@ typedef struct {
// return true if increment reached the maximum value
bool (*const incrementHandler)(void);
bool (*const draw)(void);
// If this is set, we will automatically use the settings increment handler instead, set >= num settings to disable
SettingsOptions autoSettingOption;
} menuitem;
void enterSettingsMenu();