mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
lcd4l: fix cherry-pick
Origin commit data
------------------
Branch: ni/coolstream
Commit: a20bd2dc14
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-10 (Mon, 10 Sep 2018)
Origin message was:
------------------
- lcd4l: fix cherry-pick
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -320,8 +320,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
{
|
{
|
||||||
WriteFile(BRIGHTNESS, to_string(Brightness));
|
WriteFile(BRIGHTNESS, to_string(Brightness));
|
||||||
m_Brightness = Brightness;
|
m_Brightness = Brightness;
|
||||||
lcd4linux(false);
|
|
||||||
lcd4linux(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Brightness_standby = g_settings.lcd4l_brightness_standby;
|
int Brightness_standby = g_settings.lcd4l_brightness_standby;
|
||||||
@@ -329,8 +327,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
{
|
{
|
||||||
WriteFile(BRIGHTNESS_STANDBY, to_string(Brightness_standby));
|
WriteFile(BRIGHTNESS_STANDBY, to_string(Brightness_standby));
|
||||||
m_Brightness_standby = Brightness_standby;
|
m_Brightness_standby = Brightness_standby;
|
||||||
lcd4linux(false);
|
|
||||||
lcd4linux(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------- */
|
/* ----------------------------------------------------------------- */
|
||||||
|
Reference in New Issue
Block a user