summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index f9a0218154..38b0233b86 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -547,7 +547,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
547 xlcd_init(rb); 547 xlcd_init(rb);
548#elif defined(USE_GSLIB) 548#elif defined(USE_GSLIB)
549 gbuf = (unsigned char *)rb->plugin_get_buffer(&gbuf_size); 549 gbuf = (unsigned char *)rb->plugin_get_buffer(&gbuf_size);
550 if (gray_init(rb, gbuf, gbuf_size, true, LCD_WIDTH, LCD_HEIGHT/8, 3, 0, NULL) 550 if (gray_init(rb, gbuf, gbuf_size, true, LCD_WIDTH, LCD_HEIGHT, 3, 0, NULL)
551 != 3) 551 != 3)
552 { 552 {
553 rb->splash(HZ, true, "Couldn't get grayscale buffer"); 553 rb->splash(HZ, true, "Couldn't get grayscale buffer");