diff options
Diffstat (limited to 'apps/plugins/lib/gray_blockfuncs.c')
| -rw-r--r-- | apps/plugins/lib/gray_blockfuncs.c | 2 |
1 files changed, 1 insertions, 1 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 */ |