diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -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 |