glcd: re-add driver selection

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8605be5228
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-22 (Mon, 22 Jun 2020)

Origin message was:
------------------
- glcd: re-add driver selection

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-22 10:07:31 +02:00
parent 7c72a6dea2
commit e7725c8b01
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();