mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
update glcd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0c2dcc9eb1
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -967,7 +967,7 @@ int CChannelList::show()
|
||||
editMode(false);
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
nGLCD::unlockChannel();
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
LCD4l->RemoveFile("/tmp/lcd/menu");
|
||||
|
||||
@@ -2252,7 +2252,7 @@ void CChannelList::updateVfd()
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
if(g_settings.glcd_enable)
|
||||
nGLCD::lockChannel(g_Locale->getText(LOCALE_BOUQUETLIST_HEAD), chan->getName().c_str(), 0);
|
||||
cGLCD::lockChannel(g_Locale->getText(LOCALE_BOUQUETLIST_HEAD), chan->getName().c_str(), 0);
|
||||
#endif
|
||||
if (g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
|
Reference in New Issue
Block a user