mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
lcd4l: introduce getInstance()
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1bb64a4d2
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-06-13 (Sun, 13 Jun 2021)
Origin message was:
------------------
- lcd4l: introduce getInstance()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -88,7 +88,6 @@
|
||||
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
#include "driver/lcd4l.h"
|
||||
extern CLCD4l *LCD4l;
|
||||
#endif
|
||||
|
||||
extern CBouquetList * bouquetList; /* neutrino.cpp */
|
||||
@@ -980,7 +979,7 @@ int CChannelList::show()
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
LCD4l->RemoveFile("/tmp/lcd/menu");
|
||||
CLCD4l::getInstance()->RemoveFile("/tmp/lcd/menu");
|
||||
#endif
|
||||
|
||||
if(!dont_hide){
|
||||
@@ -2268,7 +2267,7 @@ void CChannelList::updateVfd()
|
||||
#endif
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
CLCD4l::getInstance()->CreateFile("/tmp/lcd/menu", chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user