summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r--apps/plugins/grayscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index 162f8d7b21..ad3ee4f144 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -183,7 +183,7 @@ int main(void)
183 H1x0: 160 pixels wide, 30 rows (120 pixels) high, (try to) reserve 183 H1x0: 160 pixels wide, 30 rows (120 pixels) high, (try to) reserve
184 32 bitplanes for 33 shades of grey. */ 184 32 bitplanes for 33 shades of grey. */
185 shades = gray_init(rb, gbuf, gbuf_size, true, LCD_WIDTH, GFX_HEIGHT/8, 185 shades = gray_init(rb, gbuf, gbuf_size, true, LCD_WIDTH, GFX_HEIGHT/8,
186 32, NULL) + 1; 186 32, 0, NULL) + 1;
187 187
188 /* place greyscale overlay 1 row down */ 188 /* place greyscale overlay 1 row down */
189 gray_set_position(0, 1); 189 gray_set_position(0, 1);