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:
vanhofen
2021-02-01 00:20:35 +01:00
parent a156556073
commit 60bc703799
13 changed files with 86 additions and 9 deletions

View File

@@ -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);