summaryrefslogtreecommitdiff
path: root/apps/plugins/test_mem_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_mem_jpeg.c')
-rw-r--r--apps/plugins/test_mem_jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_mem_jpeg.c b/apps/plugins/test_mem_jpeg.c
index d6eda771ad..6e7d381a2d 100644
--- a/apps/plugins/test_mem_jpeg.c
+++ b/apps/plugins/test_mem_jpeg.c
@@ -83,7 +83,7 @@ enum plugin_status plugin_start(const void* parameter)
83 return PLUGIN_ERROR; 83 return PLUGIN_ERROR;
84#ifdef USEGSLIB 84#ifdef USEGSLIB
85 grey_show(true); 85 grey_show(true);
86 grey_ub_gray_bitmap((fb_data *)bm.data, (LCD_WIDTH - bm.width) >> 1, 86 grey_ub_gray_bitmap((const unsigned char *)bm.data, (LCD_WIDTH - bm.width) >> 1,
87 (LCD_HEIGHT - bm.height) >> 1, bm.width, bm.height); 87 (LCD_HEIGHT - bm.height) >> 1, bm.width, bm.height);
88#else 88#else
89 rb->lcd_bitmap((fb_data *)bm.data, (LCD_WIDTH - bm.width) >> 1, 89 rb->lcd_bitmap((fb_data *)bm.data, (LCD_WIDTH - bm.width) >> 1,