diff options
author | anbr <vdr07@deltab.de> | 2009-05-30 15:20:13 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2009-05-30 15:20:13 +0200 |
commit | e35905da3b8f38ef246df5316f56ae623fd3f1db (patch) | |
tree | 654c1b787662e6a47607ea7b70133f43a6270ced /imon.h | |
parent | c1321723e80c9bf20e27be5e670578808581fee3 (diff) | |
download | vdr-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.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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(); |