diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-05-31 12:37:05 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-05-31 12:37:05 +0000 |
| commit | 88f3a53b7ef9cc06dbceee4152421626008d9e73 (patch) | |
| tree | 721526535f4eb96babe6c48f2ddd1839bd0036e2 /apps | |
| parent | d4c1464d155434b6f1d3d6cfff196d85fe3cbb6d (diff) | |
| download | rockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.zip rockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.tar.gz rockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.tar.bz2 rockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.tar.xz | |
iRiver remote LCD is only 128x64
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6542 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/icons.c | 2 | ||||
| -rw-r--r-- | apps/recorder/icons.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 14d1061..26e494e 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -80,7 +80,7 @@ const unsigned char bitmap_icon_disk[12] = {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f}; #endif -#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 134) +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128) /* Archos Jukebox/ Ondio + Gmini LCD width / remote lcd of iriver*/ const unsigned char rockbox112x37[]={ diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index b015730..d9d743a 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -67,7 +67,7 @@ extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; extern const unsigned char bitmap_icon_disk[]; #endif -#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 134) +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128) extern const unsigned char rockbox112x37[]; #endif #if LCD_WIDTH == 160 |