neutrino: port "EPG title in LCD" from tuxbox

This commit is contained in:
Stefan Seyfried
2011-01-26 21:03:08 +01:00
parent ec2ad396c0
commit a99ff05934
4 changed files with 49 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ class CVFD
void setMode(const MODES m, const char * const title = "");
void showServicename(const std::string & name); // UTF-8
void setEPGTitle(const std::string) { return; };
void showTime(bool force = false);
/** blocks for duration seconds */
void showRCLock(int duration = 2);