summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_pixelfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_pixelfuncs.c')
-rw-r--r--apps/plugins/lib/gray_pixelfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_pixelfuncs.c b/apps/plugins/lib/gray_pixelfuncs.c
index 3cdcccd9a5..31ce8deb3c 100644
--- a/apps/plugins/lib/gray_pixelfuncs.c
+++ b/apps/plugins/lib/gray_pixelfuncs.c
@@ -26,7 +26,7 @@
26#ifndef SIMULATOR /* not for simulator by now */ 26#ifndef SIMULATOR /* not for simulator by now */
27#include "plugin.h" 27#include "plugin.h"
28 28
29#ifdef HAVE_LCD_BITMAP /* and also not for the Player */ 29#if CONFIG_LCD == LCD_SSD1815 /* only for Recorder/Ondio */
30#include "gray.h" 30#include "gray.h"
31 31
32/* Prototypes */ 32/* Prototypes */