mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
make lcd4linux configurable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a4e6c2281
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Origin message was:
------------------
- make lcd4linux configurable
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -76,7 +76,9 @@
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/adzap.h>
|
||||
#include <gui/network_setup.h>
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
#include <gui/lcd4l_setup.h>
|
||||
#endif
|
||||
#include <gui/update_menue.h>
|
||||
#include <gui/hdd_menu.h>
|
||||
#include <gui/test_menu.h> //NI
|
||||
@@ -533,6 +535,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
menu_item->setHint(NEUTRINO_ICON_HINT_NETWORK, LOCALE_MENU_HINT_NETWORK);
|
||||
break;
|
||||
}
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
case SNeutrinoSettings::ITEM_LCD4LINUX:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
@@ -540,6 +543,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
menu_item->setHint(NEUTRINO_ICON_HINT_LCD4LINUX, LOCALE_MENU_HINT_LCD4L_SUPPORT);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case SNeutrinoSettings::ITEM_SWUPDATE:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
|
Reference in New Issue
Block a user