duration is now 1ms units & don't get cspot artwork when display disabled

This commit is contained in:
Philippe G
2022-01-11 20:15:16 -08:00
parent 04919f7b6e
commit b2741b5bef
6 changed files with 12 additions and 5 deletions

View File

@@ -281,6 +281,13 @@ void displayer_artwork(uint8_t *data) {
}
/****************************************************************************************
*
*/
bool displayer_can_artwork(void) {
return displayer.artwork.active;
}
/****************************************************************************************
*
*/