- glcdsetup: rework and fix driver selection menu

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-26 02:01:23 +02:00
committed by Thilo Graf
parent 8a9b553486
commit 94c6a88cc3
2 changed files with 22 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ class GLCD_Menu : public CMenuTarget, public CChangeObserver
int selected;
SNeutrinoGlcdTheme oldTheme;
int GLCD_Menu_Select_Driver();
CMenuForwarder *select_driver;
public:
GLCD_Menu();
void hide();