mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 09:23:37 +02:00
update glcd
Origin commit data
------------------
Commit: 0c2dcc9eb1
Author: redblue.pkt <redblue.pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
This commit is contained in:
@@ -187,6 +187,11 @@ int CUpnpBrowserGui::exec(CMenuTarget* parent, const std::string & /*actionKey*/
|
||||
CNeutrinoApp::getInstance()->stopPlayBack(true);
|
||||
m_frameBuffer->showFrame("mp3.jpg");
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::MirrorOSD(false);
|
||||
cGLCD::lockChannel(g_Locale->getText(LOCALE_UPNPBROWSER_HEAD), "", 0);
|
||||
#endif
|
||||
|
||||
// tell neutrino we're in upnp mode
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE , NeutrinoModes::mode_upnp);
|
||||
|
||||
@@ -210,6 +215,11 @@ int CUpnpBrowserGui::exec(CMenuTarget* parent, const std::string & /*actionKey*/
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE , m_LastMode);
|
||||
g_RCInput->postMsg(NeutrinoMessages::SHOW_INFOBAR, 0);
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user