diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 15:42:52 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 15:42:52 +0000 |
| commit | 338e2bbb0c6673452c64378ef9e609d5c19c7558 (patch) | |
| tree | 7314096e43a7eedfd7091c39fed97c0c33400827 /apps/plugins/bitmaps/native | |
| parent | b902428180c11def61f2d3caa2612b9f80d7d41a (diff) | |
| download | rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.zip rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.tar.gz rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.tar.bz2 rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.tar.xz | |
first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 11f6bd3..71b2ebb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -15,6 +15,8 @@ bejeweled_jewels.160x128x16.bmp bejeweled_jewels.160x128x16.bmp #elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) bejeweled_jewels.220x176x16.bmp +#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +bejeweled_jewels.220x176x16.bmp #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) bejeweled_jewels.320x240x16.bmp #endif |