summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-10-02 14:43:23 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-10-02 14:43:23 +0000
commit09cb453f0b3181d5c8be054a1f577fc2bca3a70b (patch)
treed275b0cec84efe51d38fc15a6c8501207ff3245f /apps/plugins/bitmaps/native
parent23718ad646175d4cec9e584c18f5cddd4ec28c07 (diff)
downloadrockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.tar.gz
rockbox-09cb453f0b3181d5c8be054a1f577fc2bca3a70b.zip
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/SOURCES6
-rw-r--r--apps/plugins/bitmaps/native/resistor.132x80x16.bmpbin7974 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/resistor.68x20x16.bmpbin0 -> 4134 bytes
3 files changed, 3 insertions, 3 deletions
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
897resistor.176x220x16.bmp 897resistor.176x220x16.bmp
898#elif (LCD_WIDTH >= 160) 898#elif (LCD_WIDTH >= 160)
899resistor.160x128x16.bmp 899resistor.160x128x16.bmp
900#elif (LCD_WIDTH >= 132) 900#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
901resistor.132x80x16.bmp
902#elif (LCD_WIDTH >= 128)
903resistor.128x128x16.bmp 901resistor.128x128x16.bmp
902#else
903resistor.68x20x16.bmp
904#endif 904#endif
905 905
906#endif /* HAVE_LCD_BITMAP */ 906#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
--- a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp
Binary files differ