gui/vfd_setup.cpp: add option to switch on/off text scroll

Origin commit data
------------------
Commit: 42fef516fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
This commit is contained in:
[CST] Focus
2014-01-17 14:17:59 +04:00
parent 9a91527d86
commit 499cde0f38

View File

@@ -148,6 +148,10 @@ int CVfdSetup::showSetup()
vfds->addItem(oj);
vfds->addItem(lcd_clock_channelname_menu);
oj = new CMenuOptionChooser(LOCALE_LCDMENU_SCROLL, &g_settings.lcd_scroll, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, vfd_enabled);
oj->setHint("", LOCALE_MENU_HINT_VFD_SCROLL);
vfds->addItem(oj);
int res = vfds->exec(NULL, "");
delete vfds;