diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 21 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.128x128x16.bmp | bin | 0 -> 64856 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.128x96x2.bmp | bin | 0 -> 14472 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.132x80x16.bmp | bin | 0 -> 26552 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.160x128x16.bmp | bin | 0 -> 64856 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.160x128x2.bmp | bin | 0 -> 21672 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.176x132x16.bmp | bin | 0 -> 64856 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.176x220x16.bmp | bin | 0 -> 204176 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.220x176x16.bmp | bin | 0 -> 121016 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pitch_notes.320x240x16.bmp | bin | 0 -> 248456 bytes |
10 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 4d4cee0..9f0897d 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -826,5 +826,26 @@ rockboxlogo.91x32x1.bmp #endif #endif +/* Pitch detector */ +#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) +pitch_notes.320x240x16.bmp +#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16) +pitch_notes.220x176x16.bmp +#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH >= 16) +pitch_notes.176x132x16.bmp +#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16) +pitch_notes.160x128x16.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16) +pitch_notes.128x128x16.bmp +#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 2) +pitch_notes.160x128x2.bmp +#elif (LCD_WIDTH >= 138) && (LCD_HEIGHT >= 110) && (LCD_DEPTH >= 2) +pitch_notes.160x128x2.bmp +#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) && (LCD_DEPTH >= 16) +pitch_notes.132x80x16.bmp +#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) +/* There isn't a target currently with this screen and recording ability */ +#endif + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/native/pitch_notes.128x128x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.128x128x16.bmp Binary files differnew file mode 100644 index 0000000..af59728 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.128x128x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.128x96x2.bmp b/apps/plugins/bitmaps/native/pitch_notes.128x96x2.bmp Binary files differnew file mode 100644 index 0000000..da58456 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.128x96x2.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.132x80x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.132x80x16.bmp Binary files differnew file mode 100644 index 0000000..d77d25e --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.132x80x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.160x128x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.160x128x16.bmp Binary files differnew file mode 100644 index 0000000..af59728 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.160x128x2.bmp b/apps/plugins/bitmaps/native/pitch_notes.160x128x2.bmp Binary files differnew file mode 100644 index 0000000..ee40090 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.160x128x2.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.176x132x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.176x132x16.bmp Binary files differnew file mode 100644 index 0000000..af59728 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.176x132x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.176x220x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.176x220x16.bmp Binary files differnew file mode 100644 index 0000000..a95ef0d --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.176x220x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.220x176x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.220x176x16.bmp Binary files differnew file mode 100644 index 0000000..0872353 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.220x176x16.bmp diff --git a/apps/plugins/bitmaps/native/pitch_notes.320x240x16.bmp b/apps/plugins/bitmaps/native/pitch_notes.320x240x16.bmp Binary files differnew file mode 100644 index 0000000..5454a67 --- /dev/null +++ b/apps/plugins/bitmaps/native/pitch_notes.320x240x16.bmp |