simple_display: align f9b55ca to new proc_put calls

Origin commit data
------------------
Branch: ni/coolstream
Commit: c5fe0b3fb6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- simple_display: align f9b55ca to new proc_put calls

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

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

View File

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