mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
update glcd
Conflicts: src/gui/movieplayer.h src/gui/weather_locations.h src/neutrino.cpp
This commit is contained in:
@@ -969,7 +969,7 @@ int CChannelList::show()
|
||||
editMode(false);
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
nGLCD::unlockChannel();
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
LCD4l->RemoveFile("/tmp/lcd/menu");
|
||||
@@ -2253,7 +2253,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
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
|
Reference in New Issue
Block a user