pick graphlcd support from DDT but include it in another way

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3093f50831
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-26 (Sat, 26 Oct 2019)

Origin message was:
------------------
- pick graphlcd support from DDT but include it in another way

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-10-26 22:37:38 +02:00
parent 4b9353cce7
commit c5522016e3
27 changed files with 1827 additions and 39 deletions

View File

@@ -173,6 +173,9 @@ void CVolume::setVolume(const neutrino_msg_t key)
}
}
g_settings.current_volume = v;
#ifdef ENABLE_GRAPHLCD
nGLCD::ShowVolume(true);
#endif
}
}
else if (msg == CRCInput::RC_home)
@@ -207,6 +210,9 @@ void CVolume::setVolume(const neutrino_msg_t key)
}
} while (msg != CRCInput::RC_timeout);
#ifdef ENABLE_GRAPHLCD
nGLCD::ShowVolume(false);
#endif
hideVolscale();
}