feat: implement album art display functionality and update application version to dev50
Some checks failed
Build (3DS) / build (push) Failing after 1m59s
Some checks failed
Build (3DS) / build (push) Failing after 1m59s
This commit is contained in:
@@ -108,4 +108,11 @@ void guiDisplayVersion(const char* version);
|
||||
*/
|
||||
void guiDrawText(gfxScreen_t screen, float x, float y, const char* text, u32 color, float scale);
|
||||
|
||||
/**
|
||||
* Display album art on top screen
|
||||
*
|
||||
* \param metadata Pointer to metadata structure with album art
|
||||
*/
|
||||
void guiDisplayAlbumArt(struct metadata_t* metadata);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user