mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
neutrino: always clear display when going to standby
...even if the display is already in standby mode...
Origin commit data
------------------
Commit: ac30ba19e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
This commit is contained in:
committed by
vanhofen
parent
5a6a80fc74
commit
fbc5b7dcbe
@@ -4385,10 +4385,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
}
|
||||
}
|
||||
|
||||
if(CVFD::getInstance()->getMode() != CVFD::MODE_STANDBY){
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
|
||||
}
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
|
||||
CVFD::getInstance()->setBacklight(g_settings.backlight_standby);
|
||||
|
||||
InfoClock->enableInfoClock(false);
|
||||
|
Reference in New Issue
Block a user