summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/gray_blockfuncs.c2
-rw-r--r--apps/plugins/lib/gray_drawgraymap.c2
-rw-r--r--apps/plugins/lib/gray_pixelfuncs.c2
-rw-r--r--apps/plugins/lib/gray_scroll_down.c2
-rw-r--r--apps/plugins/lib/gray_scroll_left.c2
-rw-r--r--apps/plugins/lib/gray_scroll_right.c2
-rw-r--r--apps/plugins/lib/gray_scroll_up.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/apps/plugins/lib/gray_blockfuncs.c b/apps/plugins/lib/gray_blockfuncs.c
index 5f4f905..c534e4c 100644
--- a/apps/plugins/lib/gray_blockfuncs.c
+++ b/apps/plugins/lib/gray_blockfuncs.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"
/* Prototypes */
diff --git a/apps/plugins/lib/gray_drawgraymap.c b/apps/plugins/lib/gray_drawgraymap.c
index c8ee93f..00d4d2b 100644
--- a/apps/plugins/lib/gray_drawgraymap.c
+++ b/apps/plugins/lib/gray_drawgraymap.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"
/* Prototypes */
diff --git a/apps/plugins/lib/gray_pixelfuncs.c b/apps/plugins/lib/gray_pixelfuncs.c
index 3cdcccd..31ce8de 100644
--- a/apps/plugins/lib/gray_pixelfuncs.c
+++ b/apps/plugins/lib/gray_pixelfuncs.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"
/* Prototypes */
diff --git a/apps/plugins/lib/gray_scroll_down.c b/apps/plugins/lib/gray_scroll_down.c
index 3766ce1..1fb1de8 100644
--- a/apps/plugins/lib/gray_scroll_down.c
+++ b/apps/plugins/lib/gray_scroll_down.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"
/*---------------------------------------------------------------------------
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"
/*---------------------------------------------------------------------------
diff --git a/apps/plugins/lib/gray_scroll_right.c b/apps/plugins/lib/gray_scroll_right.c
index 2b0b85a..f944319 100644
--- a/apps/plugins/lib/gray_scroll_right.c
+++ b/apps/plugins/lib/gray_scroll_right.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"
/*---------------------------------------------------------------------------
diff --git a/apps/plugins/lib/gray_scroll_up.c b/apps/plugins/lib/gray_scroll_up.c
index 4a4657b..4c49307 100644
--- a/apps/plugins/lib/gray_scroll_up.c
+++ b/apps/plugins/lib/gray_scroll_up.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"
/*---------------------------------------------------------------------------