summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/grayscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index 1154c15ebb..ff94e6ae8c 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -22,7 +22,7 @@
22#ifndef SIMULATOR /* not for simulator by now */ 22#ifndef SIMULATOR /* not for simulator by now */
23#include "plugin.h" 23#include "plugin.h"
24 24
25#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 25#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
26#include "gray.h" 26#include "gray.h"
27 27
28PLUGIN_HEADER 28PLUGIN_HEADER