- glcdsetup: rework standby settings menu; items depending by correct settings

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-07-04 22:48:55 +02:00
committed by Thilo Graf
parent 069caea804
commit 0336d8a6fa
2 changed files with 33 additions and 13 deletions

View File

@@ -39,6 +39,9 @@ class GLCD_Menu : public CMenuTarget, public CChangeObserver
SNeutrinoGlcdTheme oldTheme;
int GLCD_Menu_Select_Driver();
CMenuForwarder *select_driver;
CMenuOptionNumberChooser * cdy;
CMenuOptionNumberChooser * csh;
CMenuOptionNumberChooser * csy;
public:
GLCD_Menu();
void hide();