mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- glcd: re-reduce sleep at shutdown
Signed-off-by: Thilo Graf <dbt@novatux.de>
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