From 09cb453f0b3181d5c8be054a1f577fc2bca3a70b Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 2 Oct 2010 14:43:23 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 6 +++--- apps/plugins/bitmaps/native/resistor.132x80x16.bmp | Bin 7974 -> 0 bytes apps/plugins/bitmaps/native/resistor.68x20x16.bmp | Bin 0 -> 4134 bytes 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 apps/plugins/bitmaps/native/resistor.132x80x16.bmp create mode 100644 apps/plugins/bitmaps/native/resistor.68x20x16.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6b51cdb078..598f75975a 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 deleted file mode 100644 index 1401e4f400..0000000000 Binary files a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/resistor.68x20x16.bmp b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp new file mode 100644 index 0000000000..6d90cafa84 Binary files /dev/null and b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp differ -- cgit v1.2.3