summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-29 23:50:07 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-29 23:50:07 +0000
commit4fd9038d35707104804a068af0ed1d35d467a1f2 (patch)
tree3cf81195173e1b6ac5d5e12bc308ae621d9c6621 /apps/plugins/bitmaps/native/SOURCES
parent0acc2c5955b2ae88ddeb318903135638256164fc (diff)
downloadrockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.tar.gz
rockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.zip
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
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
1 files changed, 2 insertions, 0 deletions
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
863pitch_notes.132x80x16.bmp 863pitch_notes.132x80x16.bmp
864#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2) 864#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
865pitch_notes.128x96x2.bmp 865pitch_notes.128x96x2.bmp
866#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
867pitch_notes.128x64x1.bmp
866#else 868#else
867#error Pitch Detector: unsupported LCD 869#error Pitch Detector: unsupported LCD
868#endif 870#endif