mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- simple_display: add possibility to show text when changing mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -465,8 +465,11 @@ void CLCD::showAudioProgress(const char, bool)
|
||||
{
|
||||
}
|
||||
|
||||
void CLCD::setMode(const MODES m, const char * const)
|
||||
void CLCD::setMode(const MODES m, const char * const title)
|
||||
{
|
||||
if (strlen(title))
|
||||
ShowText(title);
|
||||
|
||||
mode = m;
|
||||
|
||||
switch (m) {
|
||||
|
Reference in New Issue
Block a user