summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey.h')
-rw-r--r--apps/plugins/lib/grey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index 63e896bfb6..0e064f46b2 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -29,7 +29,7 @@
29 29
30#include "plugin.h" 30#include "plugin.h"
31 31
32#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 32#if (LCD_DEPTH < 4)
33 33
34/* The greyscale lib uses 8 bit brightness values natively on input. */ 34/* The greyscale lib uses 8 bit brightness values natively on input. */
35#define GREY_BRIGHTNESS(y) (y) 35#define GREY_BRIGHTNESS(y) (y)
@@ -201,5 +201,5 @@ struct _grey_info
201/* Global variable, defined in the plugin */ 201/* Global variable, defined in the plugin */
202extern struct _grey_info _grey_info; 202extern struct _grey_info _grey_info;
203 203
204#endif /* HAVE_LCD_BITMAP && (LCD_DEPTH < 4) */ 204#endif /* (LCD_DEPTH < 4) */
205#endif /* __GREY_H__ */ 205#endif /* __GREY_H__ */