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 | |
| 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')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 16 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.128x128x16.bmp | bin | 0 -> 16182 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.132x80x16.bmp | bin | 0 -> 7974 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.160x128x16.bmp | bin | 0 -> 25494 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.176x220x16.bmp | bin | 0 -> 28726 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.220x176x16.bmp | bin | 0 -> 43614 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.240x400x16.bmp | bin | 0 -> 56934 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/resistor.320x240x16.bmp | bin | 0 -> 100854 bytes |
8 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 */ diff --git a/apps/plugins/bitmaps/native/resistor.128x128x16.bmp b/apps/plugins/bitmaps/native/resistor.128x128x16.bmp Binary files differnew file mode 100644 index 0000000..b4b369e --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.128x128x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp b/apps/plugins/bitmaps/native/resistor.132x80x16.bmp Binary files differnew file mode 100644 index 0000000..1401e4f --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.132x80x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.160x128x16.bmp b/apps/plugins/bitmaps/native/resistor.160x128x16.bmp Binary files differnew file mode 100644 index 0000000..da40473 --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.176x220x16.bmp b/apps/plugins/bitmaps/native/resistor.176x220x16.bmp Binary files differnew file mode 100644 index 0000000..8a8b2e4 --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.176x220x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.220x176x16.bmp b/apps/plugins/bitmaps/native/resistor.220x176x16.bmp Binary files differnew file mode 100644 index 0000000..35b5cf0 --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.220x176x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.240x400x16.bmp b/apps/plugins/bitmaps/native/resistor.240x400x16.bmp Binary files differnew file mode 100644 index 0000000..d383429 --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.240x400x16.bmp diff --git a/apps/plugins/bitmaps/native/resistor.320x240x16.bmp b/apps/plugins/bitmaps/native/resistor.320x240x16.bmp Binary files differnew file mode 100644 index 0000000..a7493e7 --- /dev/null +++ b/apps/plugins/bitmaps/native/resistor.320x240x16.bmp |