mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Testing VBI, new libcoolstream needed
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@796 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -220,7 +220,10 @@ void CVFD::showTime(bool force)
|
||||
{
|
||||
if(!has_lcd)
|
||||
return;
|
||||
|
||||
if(mode == MODE_SHUTDOWN) {
|
||||
ShowIcon(VFD_ICON_CAM1, false);
|
||||
return;
|
||||
}
|
||||
if (showclock) {
|
||||
if (mode == MODE_STANDBY) {
|
||||
char timestr[21];
|
||||
@@ -450,6 +453,7 @@ void CVFD::setMode(const MODES m, const char * const title)
|
||||
break;
|
||||
case MODE_SHUTDOWN:
|
||||
showclock = false;
|
||||
Clear();
|
||||
break;
|
||||
case MODE_STANDBY:
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user