mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
- pick graphlcd support from DDT but include it in another way
Conflicts: src/driver/Makefile.am src/driver/nglcd.cpp src/gui/Makefile.am src/gui/bouquetlist.cpp src/gui/channellist.cpp src/gui/osd_setup.cpp src/gui/widget/menue.cpp src/gui/widget/menue.h src/neutrino.cpp src/system/flashtool.cpp src/system/settings.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user