summaryrefslogtreecommitdiff
path: root/imon.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2009-05-30 15:20:13 +0200
committeranbr <vdr07@deltab.de>2009-05-30 15:20:13 +0200
commite35905da3b8f38ef246df5316f56ae623fd3f1db (patch)
tree654c1b787662e6a47607ea7b70133f43a6270ced /imon.h
parentc1321723e80c9bf20e27be5e670578808581fee3 (diff)
downloadvdr-plugin-imonlcd-e35905da3b8f38ef246df5316f56ae623fd3f1db.tar.gz
vdr-plugin-imonlcd-e35905da3b8f38ef246df5316f56ae623fd3f1db.tar.bz2
Show next timer on exit (Feature #124)
Diffstat (limited to 'imon.h')
-rw-r--r--imon.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/imon.h b/imon.h
index b18ff34..e9309ff 100644
--- a/imon.h
+++ b/imon.h
@@ -21,12 +21,6 @@ enum eProtocol {
ePROTOCOL_0038 = 1 /**< protocol ID for 15c2:0038 device */
};
-enum eOnExitMode {
- eOnExitMode_SHOWMSG = 0, /**< Do nothing - just leave the "last" message there */
- eOnExitMode_SHOWCLOCK = 1, /**< Show the big clock */
- eOnExitMode_BLANKSCREEN = 2 /**< Blank the device completely */
-};
-
enum eIcons {
eIconOff = 0,
eIconDiscSpin = 1 << 0,
@@ -118,6 +112,8 @@ protected:
int lengthToPixels(int length);
bool SendCmd(const uint64_t & cmdData);
+ bool SendCmdClock();
+ bool SendCmdShutdown();
bool Contrast(int nContrast);
public:
ciMonLCD();