mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- glcd: add respawn function
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1203,6 +1203,12 @@ void cGLCD::Exit()
|
||||
}
|
||||
}
|
||||
|
||||
void cGLCD::Respawn()
|
||||
{
|
||||
Exit();
|
||||
cGLCD::getInstance();
|
||||
}
|
||||
|
||||
void cGLCD::Rescan()
|
||||
{
|
||||
doRescan = true;
|
||||
|
Reference in New Issue
Block a user