displayer can_artwork function

This commit is contained in:
Philippe G
2022-01-11 20:16:10 -08:00
parent 57cd86f538
commit 58dc607f55
2 changed files with 8 additions and 0 deletions

View File

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