- glcd: re-add driver selection

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-22 10:07:31 +02:00
committed by Thilo Graf
parent b3db52290e
commit 8c8012c4fc
4 changed files with 52 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ class GLCD_Menu : public CMenuTarget, public CChangeObserver
int width;
int selected;
SNeutrinoGlcdTheme oldTheme;
void GLCD_Menu_Select_Driver();
public:
GLCD_Menu();
void hide();