summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-03-01 22:55:52 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-03-01 22:55:52 +0000
commitf5e7a76bf01a476001f11cf9a741185e031a7060 (patch)
treeb6073011025cd790dc6953c26b4572dea8398691 /apps/recorder/icons.h
parent78520e62441b1460703407285fefa5d90a364f6d (diff)
downloadrockbox-f5e7a76bf01a476001f11cf9a741185e031a7060.tar.gz
rockbox-f5e7a76bf01a476001f11cf9a741185e031a7060.zip
Ondio activity icon changed to MMC/flash symbol (thanks Jens)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6099 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 394fa14b57..1ad3f10b94 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -57,15 +57,15 @@ enum icons_7x8 {
57 Icon_Shuffle, 57 Icon_Shuffle,
58 Icon_DownArrow, 58 Icon_DownArrow,
59 Icon_UpArrow, 59 Icon_UpArrow,
60#ifndef HAVE_LED
61 Icon_Disk,
62#endif
63 Icon_Last 60 Icon_Last
64}; 61};
65 62
66extern const unsigned char bitmap_icons_5x8[1][5]; 63extern const unsigned char bitmap_icons_5x8[1][5];
67extern const unsigned char bitmap_icons_6x8[LastIcon][6]; 64extern const unsigned char bitmap_icons_6x8[LastIcon][6];
68extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; 65extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
66#ifndef HAVE_LED
67extern const unsigned char bitmap_icon_disk[];
68#endif
69 69
70#if LCD_WIDTH == 112 || LCD_WIDTH == 128 70#if LCD_WIDTH == 112 || LCD_WIDTH == 128
71extern const unsigned char rockbox112x37[]; 71extern const unsigned char rockbox112x37[];
@@ -92,7 +92,7 @@ extern const unsigned char rockbox160x53[];
92#define ICON_SHUFFLE_WIDTH 7 92#define ICON_SHUFFLE_WIDTH 7
93#define LOCK_X_POS STATUSBAR_X_POS+ICON_BATTERY_WIDTH+ICON_PLUG_WIDTH+ICON_VOLUME_WIDTH+ICON_PLAY_STATE_WIDTH+ICON_PLAY_MODE_WIDTH+ICON_SHUFFLE_WIDTH+2+2+2+2+2+2 93#define LOCK_X_POS STATUSBAR_X_POS+ICON_BATTERY_WIDTH+ICON_PLUG_WIDTH+ICON_VOLUME_WIDTH+ICON_PLAY_STATE_WIDTH+ICON_PLAY_MODE_WIDTH+ICON_SHUFFLE_WIDTH+2+2+2+2+2+2
94#define LOCK_WIDTH 5 94#define LOCK_WIDTH 5
95#define ICON_DISK_WIDTH 7 95#define ICON_DISK_WIDTH 12
96#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH 96#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH
97#define TIME_X_END STATUSBAR_WIDTH-1 97#define TIME_X_END STATUSBAR_WIDTH-1
98 98