mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
glcd: re-reduce sleep at shutdown
Origin commit data
------------------
Branch: ni/coolstream
Commit: d662374b14
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-21 (Sun, 21 Jun 2020)
Origin message was:
------------------
- glcd: re-reduce sleep at shutdown
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1097,7 +1097,7 @@ void cGLCD::Run(void)
|
|||||||
{
|
{
|
||||||
lcd->SetScreen(bitmap->Data(), bitmap->Width(), bitmap->Height());
|
lcd->SetScreen(bitmap->Data(), bitmap->Width(), bitmap->Height());
|
||||||
lcd->Refresh(false);
|
lcd->Refresh(false);
|
||||||
sleep(4);
|
sleep(1);
|
||||||
lcd->SetBrightness(0);
|
lcd->SetBrightness(0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user