mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/gui/components/cc_frm_footer.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: c68ae57571
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -130,12 +130,16 @@ int CVfdSetup::showSetup()
|
||||
vfds->addItem(mf);
|
||||
}
|
||||
|
||||
if (CVFD::getInstance()->has_lcd) {
|
||||
if (g_info.hw_caps->can_set_display_brightness)
|
||||
{
|
||||
//vfd brightness menu
|
||||
mf = new CMenuForwarder(LOCALE_LCDMENU_LCDCONTROLER, vfd_enabled, NULL, this, "brightness", CRCInput::RC_green);
|
||||
mf->setHint("", LOCALE_MENU_HINT_VFD_BRIGHTNESS_SETUP);
|
||||
vfds->addItem(mf);
|
||||
}
|
||||
|
||||
if (CVFD::getInstance()->has_lcd)
|
||||
{
|
||||
if (cs_get_revision() == 9) // Tank only
|
||||
{
|
||||
//backlight menu
|
||||
|
Reference in New Issue
Block a user