summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-01-25 23:55:42 +0000
committerJens Arnold <amiconn@rockbox.org>2005-01-25 23:55:42 +0000
commit0ff13c0b0de4eb34cb272041909c441806a93e59 (patch)
tree01a4d79f716dc12fd04f3728350e5f2754b420b5 /apps/recorder
parent97a0ef02a4f0433b49360a77fd08f6f187f9b845 (diff)
downloadrockbox-0ff13c0b0de4eb34cb272041909c441806a93e59.tar.gz
rockbox-0ff13c0b0de4eb34cb272041909c441806a93e59.zip
Enabled logo display for gmini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c4
-rw-r--r--apps/recorder/icons.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 8e23794710..cb7e3a4d99 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -74,8 +74,8 @@ const unsigned char bitmap_icons_7x8[][7] =
74 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 74 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
75}; 75};
76 76
77#if LCD_WIDTH == 112 77#if LCD_WIDTH == 112 || LCD_WIDTH == 128
78/* Archos LCD width */ 78/* Archos Jukebox/ Ondio + Gmini LCD width */
79 79
80const unsigned char rockbox112x37[]={ 80const unsigned char rockbox112x37[]={
81 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 81 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 224a9a3940..813d33f4fd 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -64,7 +64,7 @@ extern const unsigned char bitmap_icons_5x8[1][5];
64extern const unsigned char bitmap_icons_6x8[LastIcon][6]; 64extern const unsigned char bitmap_icons_6x8[LastIcon][6];
65extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; 65extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
66 66
67#if LCD_WIDTH == 112 67#if LCD_WIDTH == 112 || LCD_WIDTH == 128
68extern const unsigned char rockbox112x37[]; 68extern const unsigned char rockbox112x37[];
69#endif 69#endif
70#if LCD_WIDTH == 160 70#if LCD_WIDTH == 160