spark: improve time display in standby mode

This commit is contained in:
Stefan Seyfried
2012-03-30 18:36:54 +02:00
parent 0ab36fd2c6
commit 7a22a029d1
3 changed files with 8 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ class CLCD
void setMovieInfo(const AUDIOMODES playmode, const std::string big, const std::string small, const bool centered = false);
void setMovieAudio(const bool is_ac3);
std::string getMenutitle() { return menutitle; };
void showTime();
void showTime(bool force = false);
/** blocks for duration seconds */
void showRCLock(int duration = 2);
void showVolume(const char vol, const bool perform_update = true);