summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-09-18 10:06:03 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-09-18 10:06:03 +0000
commit7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01 (patch)
tree6367eca3de5fcb0bbe165026b5658ef391b62fb7 /apps/recorder/icons.c
parent28546a6530f97a9f58937731ad477246a6baaa32 (diff)
downloadrockbox-7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01.tar.gz
rockbox-7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01.zip
Recording countdown timer: set timer in recording settings screen (max 1 week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 711df633f4..20a681fc81 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -36,6 +36,12 @@ const unsigned char bitmap_icons_5x8[][5] =
36 [Icon_Mono]={0x00, 0x1c, 0x22, 0x1c, 0x00} /* Mono recording */ 36 [Icon_Mono]={0x00, 0x1c, 0x22, 0x1c, 0x00} /* Mono recording */
37}; 37};
38 38
39const unsigned char bitmap_icons_7x7[][7] =
40{
41 [Icon_Timer]={0x1c, 0x22, 0x41, 0x4f, 0x49, 0x22, 0x1d}, /* Recording timer icon */
42 [Icon_Blank]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} /* Blank for flashing */
43};
44
39const unsigned char bitmap_icons_6x8[][6] = 45const unsigned char bitmap_icons_6x8[][6] =
40{ 46{
41 { 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */ 47 { 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */