mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 05:08:35 +02:00
- lcd4l-setup: move type setup into own submenu to get different options for different types
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -36,12 +36,14 @@
|
||||
class CLCD4lSetup : public CMenuTarget, CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuOptionNumberChooser *nc;
|
||||
CMenuOptionChooser *mc;
|
||||
CMenuForwarder * mf;
|
||||
bool lcd4l_display_type_changed;
|
||||
int temp_lcd4l_display_type;
|
||||
int temp_lcd4l_skin;
|
||||
int temp_lcd4l_brightness;
|
||||
|
||||
int width;
|
||||
int show();
|
||||
int showTypeSetup();
|
||||
|
||||
public:
|
||||
static CLCD4lSetup* getInstance();
|
||||
|
Reference in New Issue
Block a user