feat: implement album art display functionality and update application version to dev50
Some checks failed
Build (3DS) / build (push) Failing after 1m59s

This commit is contained in:
2025-12-06 23:31:45 -06:00
parent 8be23ca4fc
commit d09cf0739e
6 changed files with 321 additions and 48 deletions

View File

@@ -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

View File

@@ -13,7 +13,7 @@
#define mice_main_h
/* Application version */
#define MICE_VERSION "dev43"
#define MICE_VERSION "dev50"
/* Default folder */
#define DEFAULT_DIR "sdmc:/"