- glcd: add respawn function

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-26 01:59:37 +02:00
committed by Thilo Graf
parent fb17a1a4a5
commit 8a9b553486
2 changed files with 7 additions and 0 deletions

View File

@@ -1203,6 +1203,12 @@ void cGLCD::Exit()
}
}
void cGLCD::Respawn()
{
Exit();
cGLCD::getInstance();
}
void cGLCD::Rescan()
{
doRescan = true;