mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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->Refresh(false);
|
||||
sleep(4);
|
||||
sleep(1);
|
||||
lcd->SetBrightness(0);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user