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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/player/icons.h b/apps/player/icons.h
index dbce79586b..89aa5f7984 100644
--- a/apps/player/icons.h
+++ b/apps/player/icons.h
@@ -28,6 +28,8 @@
28#ifdef HAVE_LCD_CHARCELLS 28#ifdef HAVE_LCD_CHARCELLS
29 29
30enum { 30enum {
31 Icon_Queued = 'Q',
32 Icon_Moving = 'M',
31 Icon_Unknown = 0x90, 33 Icon_Unknown = 0x90,
32 Icon_Bookmark = 0x16, 34 Icon_Bookmark = 0x16,
33 Icon_Plugin, 35 Icon_Plugin,