diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-10-02 14:11:40 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-10-02 14:11:40 +0000 |
| commit | ad6c8c1a7259944e86c9a6a1e0a843497caffdf9 (patch) | |
| tree | d179006b94bc4d4e6fd0324eb51160a67c92a3d4 /apps/plugins/bitmaps/native/SOURCES | |
| parent | 86de79171bfca693e16eaa748b6aabd3e6d53cba (diff) | |
| download | rockbox-ad6c8c1a7259944e86c9a6a1e0a843497caffdf9.zip rockbox-ad6c8c1a7259944e86c9a6a1e0a843497caffdf9.tar.gz rockbox-ad6c8c1a7259944e86c9a6a1e0a843497caffdf9.tar.bz2 rockbox-ad6c8c1a7259944e86c9a6a1e0a843497caffdf9.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 923e3e9..6b51cdb 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 */ |