diff options
Diffstat (limited to 'apps/player')
-rw-r--r-- | apps/player/icons.c | 3 | ||||
-rw-r--r-- | apps/player/icons.h | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/apps/player/icons.c b/apps/player/icons.c index 65617a64cc..d5a71bad0f 100644 --- a/apps/player/icons.c +++ b/apps/player/icons.c @@ -28,7 +28,8 @@ char tree_icons_5x7[LastTreeIcon][8] = { 0x0c, 0x13, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x00 }, /* Folder */ { 0x17, 0x00, 0x17, 0x00, 0x17, 0x00, 0x17, 0x00 }, /* Playlist */ { 0x01, 0x01, 0x02, 0x02, 0x14, 0x0c, 0x04, 0x00 }, /* WPS */ - { 0x1f, 0x11, 0x1b, 0x15, 0x1b, 0x11, 0x1f, 0x00 } /* MOD/AJZ */ + { 0x1f, 0x11, 0x1b, 0x15, 0x1b, 0x11, 0x1f, 0x00 }, /* MOD/AJZ */ + { 0x00, 0x1f, 0x15, 0x1f, 0x15, 0x1f, 0x00, 0x00 } /* Language */ }; #endif diff --git a/apps/player/icons.h b/apps/player/icons.h index 87608961b8..f896283eb1 100644 --- a/apps/player/icons.h +++ b/apps/player/icons.h @@ -24,8 +24,8 @@ #ifdef HAVE_LCD_CHARCELLS -enum icons_6x8 { - Unknown, File, Folder, Playlist, Wps, Mod_Ajz, +enum { + Unknown, File, Folder, Playlist, Wps, Mod_Ajz, Language, LastTreeIcon }; |