update glcd

Conflicts:
	src/gui/movieplayer.h
	src/gui/weather_locations.h
	src/neutrino.cpp
This commit is contained in:
redblue-pkt
2020-06-19 23:56:12 +02:00
committed by Thilo Graf
parent 6435b167e5
commit 1b6f4fedf5
118 changed files with 6154 additions and 1538 deletions

View File

@@ -63,6 +63,12 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
bool doInit = newValue != (int) neutrino->isMuted();
CVFD::getInstance()->setMuted(newValue);
#ifdef ENABLE_GRAPHLCD
if (newValue)
cGLCD::lockIcon(cGLCD::MUTE);
else
cGLCD::unlockIcon(cGLCD::MUTE);
#endif
neutrino->setCurrentMuted(newValue);
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
if (g_settings.hdmi_cec_volume)