- lcd4l: introduce getInstance()

Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-06-13 23:28:24 +02:00
committed by Thilo Graf
parent 71d50060a5
commit 4592cbc239
9 changed files with 29 additions and 39 deletions

View File

@@ -73,7 +73,6 @@
#ifdef ENABLE_LCD4LINUX
#include "driver/lcd4l.h"
extern CLCD4l *LCD4l;
#endif
extern CRemoteControl * g_RemoteControl;
@@ -1585,7 +1584,7 @@ bool COsdSetup::changeNotify(const neutrino_locale_t OptionName, void * data)
#ifdef ENABLE_LCD4LINUX
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_CHANNELLIST_SHOW_EVENTLOGO))
{
LCD4l->ResetParseID();
CLCD4l::getInstance()->ResetParseID();
}
#endif
else if ((ARE_LOCALES_EQUAL(OptionName, LOCALE_MISCSETTINGS_INFOCLOCK)) ||