mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino: allow to toggle nglcd in standbymode
Origin commit data
------------------
Commit: e8bde79e28
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Origin message was:
------------------
- neutrino: allow to toggle nglcd in standbymode
This commit is contained in:
@@ -3900,6 +3900,9 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
||||
if( mode == NeutrinoModes::mode_standby ) {
|
||||
//switch lcd off/on
|
||||
CVFD::getInstance()->togglePower();
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
nGLCD::TogglePower();
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
//mute
|
||||
|
Reference in New Issue
Block a user