Updates icons to match original Lyra

Adds a unique icon for firmware bins in the file browser
This commit is contained in:
Justin Mitchell
2026-06-17 01:31:07 -04:00
parent 4f55444f67
commit 0b575d1965
6 changed files with 33 additions and 31 deletions
-1
View File
@@ -71,7 +71,6 @@ const freeink::Icon* pickIcon(UIIcon icon, int targetPx) {
case UIIcon::Image: VARIANTS(image) break;
case UIIcon::Book: VARIANTS(book) break;
case UIIcon::File: VARIANTS(file) break;
case UIIcon::Recent: VARIANTS(recent) break;
case UIIcon::Settings: VARIANTS(settings) break;
case UIIcon::Transfer: VARIANTS(transfer) break;
case UIIcon::Library: VARIANTS(library) break;