mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino: don't scroll standby/resume text on frontdisplay
Origin commit data
------------------
Commit: 27a16a6f9f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Origin message was:
------------------
- neutrino: don't scroll standby/resume text on frontdisplay
This commit is contained in:
@@ -4301,7 +4301,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
if ( FILE *f = fopen("/tmp/.ni-standby", "w") )
|
||||
fclose(f);
|
||||
|
||||
CVFD::getInstance()->ShowText("standby... ");
|
||||
CVFD::getInstance()->ShowText("Standby ...");
|
||||
if( mode == mode_scart ) {
|
||||
//g_Controld->setScartMode( 0 );
|
||||
}
|
||||
@@ -4386,7 +4386,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
// Active standby off
|
||||
powerManager->SetStandby(false, false);
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
CVFD::getInstance()->ShowText("resume... ");
|
||||
CVFD::getInstance()->ShowText("Resume ...");
|
||||
cpuFreq->SetCpuFreq(g_settings.cpufreq * 1000 * 1000);
|
||||
videoDecoder->Standby(false);
|
||||
CEpgScan::getInstance()->Stop();
|
||||
|
Reference in New Issue
Block a user