summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray.h')
-rw-r--r--apps/plugins/lib/gray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h
index 09ae73b8a6..f1007984b5 100644
--- a/apps/plugins/lib/gray.h
+++ b/apps/plugins/lib/gray.h
@@ -107,11 +107,7 @@ void gray_ub_scroll_down(int count);
107 107
108/*** Internal stuff ***/ 108/*** Internal stuff ***/
109 109
110#if LCD_DEPTH == 1
111#define _PBLOCK_EXP 3 110#define _PBLOCK_EXP 3
112#elif LCD_DEPTH == 2
113#define _PBLOCK_EXP 2
114#endif
115#define _PBLOCK (1 << _PBLOCK_EXP) 111#define _PBLOCK (1 << _PBLOCK_EXP)
116 112
117/* flag definitions */ 113/* flag definitions */