diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-10-02 14:43:23 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-10-02 14:43:23 +0000 |
| commit | 09cb453f0b3181d5c8be054a1f577fc2bca3a70b (patch) | |
| tree | d275b0cec84efe51d38fc15a6c8501207ff3245f /apps/plugins/bitmaps/native | |
| parent | 23718ad646175d4cec9e584c18f5cddd4ec28c07 (diff) | |
| download | rockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.zip rockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.tar.gz rockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.tar.bz2 rockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.tar.xz | |
Resistor plugin:
crop the smallest bitmap so it's usable for any small screen and nut just the c200
make the layout a bit more flexible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.132x80x16.bmp | bin | 7974 -> 0 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.68x20x16.bmp | bin | 0 -> 4134 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6b51cdb..598f759 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -897,10 +897,10 @@ resistor.220x176x16.bmp resistor.176x220x16.bmp #elif (LCD_WIDTH >= 160) resistor.160x128x16.bmp -#elif (LCD_WIDTH >= 132) -resistor.132x80x16.bmp -#elif (LCD_WIDTH >= 128) +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) resistor.128x128x16.bmp +#else +resistor.68x20x16.bmp #endif #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp b/apps/plugins/bitmaps/native/resistor.132x80x16.bmp Binary files differdeleted file mode 100644 index 1401e4f..0000000 --- a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/native/resistor.68x20x16.bmp b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp Binary files differnew file mode 100644 index 0000000..6d90caf --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp |