summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 676dba9a54..77c489f2ae 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -243,7 +243,7 @@ int main(void)
243 /* get the remainder of the plugin buffer */ 243 /* get the remainder of the plugin buffer */
244 gbuf = (unsigned char *) rb->plugin_get_buffer(&gbuf_size); 244 gbuf = (unsigned char *) rb->plugin_get_buffer(&gbuf_size);
245 245
246 gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, 32, 2<<8, NULL); 246 gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT, 32, 2<<8, NULL);
247 /* switch on grayscale overlay */ 247 /* switch on grayscale overlay */
248 gray_show(true); 248 gray_show(true);
249#endif 249#endif