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:
vanhofen
2020-06-16 23:48:50 +02:00
parent f09a45c8ef
commit dc83674540

View File

@@ -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