summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-09-12 22:18:46 +0000
committerAlexander Levin <al.le@rockbox.org>2009-09-12 22:18:46 +0000
commite2d749e7c01cb7acbec421fcef066b7bc3cbfed5 (patch)
treead165ad0da77f2c874cd1b84058ffe3f42ef7417 /apps/plugins/bitmaps/native
parent7d8d0b32a9bf34fb9a67f322e26710943189fbf4 (diff)
downloadrockbox-e2d749e7c01cb7acbec421fcef066b7bc3cbfed5.tar.gz
rockbox-e2d749e7c01cb7acbec421fcef066b7bc3cbfed5.zip
Quit with an error message if the LCD is not supported
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22687 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 2eab01f570..e4584d06e0 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -845,8 +845,8 @@ pitch_notes.160x128x2.bmp
845pitch_notes.132x80x16.bmp 845pitch_notes.132x80x16.bmp
846#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2) 846#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
847pitch_notes.128x96x2.bmp 847pitch_notes.128x96x2.bmp
848#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) 848#elif
849/* There isn't a target currently with this screen and recording ability */ 849#error Pitch Detector: Unsupported LCD
850#endif 850#endif
851 851
852 852