summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index a6df8c9c23..e094a12400 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -63,7 +63,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
63 /* Selected */ 63 /* Selected */
64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
65 /* Cursor / Marker */ 65 /* Cursor / Marker */
66 { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 }, 66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
67}; 67};
68 68
69static unsigned char bitmap_icon_7x8[][7] = 69static unsigned char bitmap_icon_7x8[][7] =