summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_scroll_left.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 08:35:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 08:35:29 +0000
commitbc45e628a152c1c8f55827666b140e784087b3aa (patch)
tree7b6eda9c8137181a6a6efecb620e9c056dde5d7c /apps/plugins/lib/gray_scroll_left.c
parent824cf0c649b45e22e3da2db542babed82f34f6af (diff)
downloadrockbox-bc45e628a152c1c8f55827666b140e784087b3aa.zip
rockbox-bc45e628a152c1c8f55827666b140e784087b3aa.tar.gz
rockbox-bc45e628a152c1c8f55827666b140e784087b3aa.tar.bz2
rockbox-bc45e628a152c1c8f55827666b140e784087b3aa.tar.xz
these only build/run on targets using the LCD_SSD1815 display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5773 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/gray_scroll_left.c')
-rw-r--r--apps/plugins/lib/gray_scroll_left.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_scroll_left.c b/apps/plugins/lib/gray_scroll_left.c
index 22bcc03..5fb9a44 100644
--- a/apps/plugins/lib/gray_scroll_left.c
+++ b/apps/plugins/lib/gray_scroll_left.c
@@ -26,7 +26,7 @@
#ifndef SIMULATOR /* not for simulator by now */
#include "plugin.h"
-#ifdef HAVE_LCD_BITMAP /* and also not for the Player */
+#if CONFIG_LCD == LCD_SSD1815 /* only for Recorder/Ondio */
#include "gray.h"
/*---------------------------------------------------------------------------