summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-09-12 21:50:02 +0000
committerAlexander Levin <al.le@rockbox.org>2009-09-12 21:50:02 +0000
commit7d8d0b32a9bf34fb9a67f322e26710943189fbf4 (patch)
treec49453f427ef10f7357677c8fc3540725bfa3d19
parentc38f6072cc43f7abcba5b3476f1496dcf822be99 (diff)
downloadrockbox-7d8d0b32a9bf34fb9a67f322e26710943189fbf4.tar.gz
rockbox-7d8d0b32a9bf34fb9a67f322e26710943189fbf4.zip
Fix the pitch detector plugin for iaudioM3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22686 a1c6a512-1295-4272-9138-f99709370657
-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 9f0897d48a..2eab01f570 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -843,6 +843,8 @@ pitch_notes.160x128x2.bmp
843pitch_notes.160x128x2.bmp 843pitch_notes.160x128x2.bmp
844#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) && (LCD_DEPTH >= 16) 844#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) && (LCD_DEPTH >= 16)
845pitch_notes.132x80x16.bmp 845pitch_notes.132x80x16.bmp
846#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
847pitch_notes.128x96x2.bmp
846#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) 848#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1)
847/* There isn't a target currently with this screen and recording ability */ 849/* There isn't a target currently with this screen and recording ability */
848#endif 850#endif