vfd: fix progress-bar in audio mode; ...

... don't accept periodic changes from infoviewer

- vfd: allow volume-bar in menu mode and audio mode


Origin commit data
------------------
Branch: ni/coolstream
Commit: ccf741f015
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-12 (Mon, 12 Jan 2015)

Origin message was:
------------------
- vfd: fix progress-bar in audio mode; ...

 ... don't accept periodic changes from infoviewer

- vfd: allow volume-bar in menu mode and audio mode


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-01-12 14:43:52 +01:00
parent 5afc24dc67
commit b6f1c4ef88
2 changed files with 26 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ class CVFD
/** blocks for duration seconds */
void showRCLock(int duration = 2);
void showVolume(const char vol, const bool perform_update = true);
void showPercentOver(const unsigned char perc, const bool perform_update = true);
void showPercentOver(const unsigned char perc, const bool perform_update = true, const MODES origin = MODE_TVRADIO);
void showMenuText(const int position, const char * text, const int highlight = -1, const bool utf_encoded = false);
void showAudioTrack(const std::string & artist, const std::string & title, const std::string & album);
void showAudioPlayMode(AUDIOMODES m=AUDIO_MODE_PLAY);