summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c2
-rw-r--r--apps/recorder/icons.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 22233b6c84..f1aa0aaab2 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -64,6 +64,8 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
65 /* Cursor / Marker */ 65 /* Cursor / Marker */
66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, 66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
67 /* WPS file */
68 { 0x03, 0x3a, 0x9b, 0xe0, 0x20, 0x00 },
67}; 69};
68 70
69static unsigned char bitmap_icon_7x8[][7] = 71static unsigned char bitmap_icon_7x8[][7] =
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 8f12528063..22589c8c29 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -27,7 +27,7 @@
27enum icons_6x8 { 27enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, LastIcon 30 Selected, Cursor, Wps, LastIcon
31}; 31};
32 32
33extern unsigned char bitmap_icons_6x8[LastIcon][6]; 33extern unsigned char bitmap_icons_6x8[LastIcon][6];