mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user