summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/bmp/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/bmp/bmp.c')
-rw-r--r--apps/plugins/imageviewer/bmp/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/bmp/bmp.c b/apps/plugins/imageviewer/bmp/bmp.c
index 1229ac3d35..6b5c4b1759 100644
--- a/apps/plugins/imageviewer/bmp/bmp.c
+++ b/apps/plugins/imageviewer/bmp/bmp.c
@@ -119,7 +119,7 @@ void draw_image_rect(struct image_info *info,
119 y + MAX(0, (LCD_HEIGHT-info->height)/2), 119 y + MAX(0, (LCD_HEIGHT-info->height)/2),
120 width, height); 120 width, height);
121#else 121#else
122 MYXLCD(gray_bitmap_part)( 122 mylcd_ub_gray_bitmap_part(
123 pdisp->bitmap, info->x + x, info->y + y, info->width, 123 pdisp->bitmap, info->x + x, info->y + y, info->width,
124 x + MAX(0, (LCD_WIDTH-info->width)/2), 124 x + MAX(0, (LCD_WIDTH-info->width)/2),
125 y + MAX(0, (LCD_HEIGHT-info->height)/2), 125 y + MAX(0, (LCD_HEIGHT-info->height)/2),