summaryrefslogtreecommitdiff
path: root/apps/player/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/player/icons.h')
-rw-r--r--apps/player/icons.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/apps/player/icons.h b/apps/player/icons.h
index f5842eca40..dbce79586b 100644
--- a/apps/player/icons.h
+++ b/apps/player/icons.h
@@ -28,9 +28,17 @@
28#ifdef HAVE_LCD_CHARCELLS 28#ifdef HAVE_LCD_CHARCELLS
29 29
30enum { 30enum {
31 Unknown = 0x90, 31 Icon_Unknown = 0x90,
32 Bookmark = 0x16, 32 Icon_Bookmark = 0x16,
33 Plugin, Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, 33 Icon_Plugin,
34 Icon_Folder,
35 Icon_Firmware,
36 Icon_Language,
37 Icon_Audio,
38 Icon_Wps,
39 Icon_Playlist,
40 Icon_Text,
41 Icon_Config,
34}; 42};
35 43
36#endif 44#endif