mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
glcd: add respawn function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 340d8423b7
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Origin message was:
------------------
- glcd: add respawn function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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