mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- simple_display: allow to set scroll mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -164,7 +164,7 @@ int CVfdSetup::showSetup()
|
||||
vfds->addItem(oj);
|
||||
|
||||
//scroll options
|
||||
oj = new CMenuOptionChooser(LOCALE_LCDMENU_SCROLL, &g_settings.lcd_scroll, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, vfd_enabled);
|
||||
oj = new CMenuOptionChooser(LOCALE_LCDMENU_SCROLL, &g_settings.lcd_scroll, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, vfd_enabled, this);
|
||||
oj->setHint("", LOCALE_MENU_HINT_VFD_SCROLL);
|
||||
vfds->addItem(oj);
|
||||
|
||||
@@ -305,6 +305,8 @@ bool CVfdSetup::changeNotify(const neutrino_locale_t OptionName, void * /* data
|
||||
CVFD::getInstance()->setled();
|
||||
} else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_LEDCONTROLER_BACKLIGHT_TV)) {
|
||||
CVFD::getInstance()->setBacklight(g_settings.backlight_tv);
|
||||
} else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_LCDMENU_SCROLL)) {
|
||||
CVFD::getInstance()->setScrollMode(g_settings.lcd_scroll);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user