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 -1
View File
@@ -109,7 +109,7 @@ struct ThemeMetrics {
// update it after adding a field (and decide there whether the field scales).
inline constexpr unsigned THEME_METRICS_SIZEOF = 216;
enum UIIcon { None = 0, Folder, Text, Image, Book, File, Recent, Settings, Transfer, Library, Wifi, Hotspot, Bookmark };
enum UIIcon { None = 0, Folder, Text, Image, Book, File, Settings, Transfer, Library, Wifi, Hotspot, Bookmark, Firmware };
enum class KeyboardKeyType { Normal, Shift, Mode, Space, Del, Ok, Disabled };
-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;