mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
hd51: dont show symbols in standby
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -465,6 +465,7 @@ void CLCD::setMode(const MODES m, const char * const title)
|
|||||||
mode = m;
|
mode = m;
|
||||||
|
|
||||||
setlcdparameter();
|
setlcdparameter();
|
||||||
|
proc_put("/proc/stb/lcd/show_symbols",true);
|
||||||
switch (m) {
|
switch (m) {
|
||||||
case MODE_TVRADIO:
|
case MODE_TVRADIO:
|
||||||
if (g_info.hw_caps->display_type == HW_DISPLAY_LINE_TEXT)
|
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);
|
setled(0, 1);
|
||||||
showclock = true;
|
showclock = true;
|
||||||
showTime(true);
|
showTime(true);
|
||||||
|
proc_put("/proc/stb/lcd/show_symbols",false);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
showclock = true;
|
showclock = true;
|
||||||
|
Reference in New Issue
Block a user