From ad6c8c1a7259944e86c9a6a1e0a843497caffdf9 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 2 Oct 2010 14:11:40 +0000 Subject: New plugin: Resistor code calculator Flyspray: FS#11585 Author: Calvin Walden git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28191 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 923e3e9750..6b51cdb078 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -886,5 +886,21 @@ pitch_notes.128x64x1.bmp #endif #endif /* Complex condition for pitch detector */ +/* Resistor Calculator */ +#if (LCD_WIDTH >= 320) +resistor.320x240x16.bmp +#elif (LCD_WIDTH >= 240) +resistor.240x400x16.bmp +#elif (LCD_WIDTH >= 220) +resistor.220x176x16.bmp +#elif (LCD_WIDTH >= 176) +resistor.176x220x16.bmp +#elif (LCD_WIDTH >= 160) +resistor.160x128x16.bmp +#elif (LCD_WIDTH >= 132) +resistor.132x80x16.bmp +#elif (LCD_WIDTH >= 128) +resistor.128x128x16.bmp +#endif #endif /* HAVE_LCD_BITMAP */ -- cgit v1.2.3