mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
simple_display: add possibility to show text when changing mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 833aed00fc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Origin message was:
------------------
- simple_display: add possibility to show text when changing mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
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