summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/icons.c4
-rw-r--r--apps/recorder/icons.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index f1aa0aaab2..2019a1728a 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -65,7 +65,9 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
65 /* Cursor / Marker */ 65 /* Cursor / Marker */
66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, 66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
67 /* WPS file */ 67 /* WPS file */
68 { 0x03, 0x3a, 0x9b, 0xe0, 0x20, 0x00 }, 68 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x00 },
69 /* Mod or ajz file */
70 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 },
69}; 71};
70 72
71static unsigned char bitmap_icon_7x8[][7] = 73static unsigned char bitmap_icon_7x8[][7] =
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 22589c8c29..5017ed5b49 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -27,7 +27,8 @@
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, Wps, LastIcon 30 Selected, Cursor, Wps, Mod_Ajz,
31 LastIcon
31}; 32};
32 33
33extern unsigned char bitmap_icons_6x8[LastIcon][6]; 34extern unsigned char bitmap_icons_6x8[LastIcon][6];