hd51: dont show symbols in standby

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b1105206f
Author: TangoCash <eric@loxat.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-11-13 21:17:36 +01:00
committed by vanhofen
parent 8fcba17bc9
commit 6795ab5bd4

View File

@@ -465,6 +465,7 @@ void CLCD::setMode(const MODES m, const char * const title)
mode = m;
setlcdparameter();
proc_put("/proc/stb/lcd/show_symbols",true);
switch (m) {
case MODE_TVRADIO:
if (g_info.hw_caps->display_type == HW_DISPLAY_LINE_TEXT)
@@ -494,6 +495,7 @@ void CLCD::setMode(const MODES m, const char * const title)
setled(0, 1);
showclock = true;
showTime(true);
proc_put("/proc/stb/lcd/show_symbols",false);
break;
default:
showclock = true;