Initial badges work

Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
2024-05-30 15:45:03 -04:00
parent 8c42a23eeb
commit 4d9cde01c4
11 changed files with 681 additions and 2 deletions

View File

@@ -5,5 +5,6 @@
size_t bin_to_abgr(char ** bufp, size_t size);
size_t png_to_abgr(char ** bufp, size_t size, u32 *height);
int pngToRGB565(char *png_buf, u64 fileSize, u16 *rgb_buf_64x64, u8 *alpha_buf_64x64, u16 *rgb_buf_32x32, u8 *alpha_buf_32x32, bool set_icon);
#endif