- 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 is contained in:
svenhoefer
2015-01-12 14:43:52 +01:00
parent 2b5e7b5ba3
commit ccf741f015
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);