Add pause/play display again

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-10 12:15:56 +00:00
parent 5b433f2396
commit 488a3d9357
3 changed files with 15 additions and 2 deletions

View File

@@ -167,6 +167,11 @@ void stopPlayback(void)
stop = true;
}
bool isPlaying(void)
{
return !stop;
}
/**
* Obtains file type.
*