From 4fd9038d35707104804a068af0ed1d35d467a1f2 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 29 Mar 2010 23:50:07 +0000 Subject: pitch_detector: fix builds on monochrome targets, remove an unused variable Add icons for Clip, copied from c200 icons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25397 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 2 ++ apps/plugins/bitmaps/native/pitch_notes.128x64x1.bmp | Bin 0 -> 10294 bytes 2 files changed, 2 insertions(+) create mode 100644 apps/plugins/bitmaps/native/pitch_notes.128x64x1.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index f5d61b85f0..a064e16589 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -863,6 +863,8 @@ pitch_notes.160x128x2.bmp pitch_notes.132x80x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2) pitch_notes.128x96x2.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64) +pitch_notes.128x64x1.bmp #else #error Pitch Detector: unsupported LCD #endif diff --git a/apps/plugins/bitmaps/native/pitch_notes.128x64x1.bmp b/apps/plugins/bitmaps/native/pitch_notes.128x64x1.bmp new file mode 100644 index 0000000000..b97bbb100a Binary files /dev/null and b/apps/plugins/bitmaps/native/pitch_notes.128x64x1.bmp differ -- cgit v1.2.3