diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/grayscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c index 1154c15..ff94e6a 100644 --- a/apps/plugins/grayscale.c +++ b/apps/plugins/grayscale.c @@ -22,7 +22,7 @@ #ifndef SIMULATOR /* not for simulator by now */ #include "plugin.h" -#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) +#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP) #include "gray.h" PLUGIN_HEADER |