summaryrefslogtreecommitdiff
path: root/apps/plugins/test_greylib_bitmap_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_greylib_bitmap_scale.c')
-rw-r--r--apps/plugins/test_greylib_bitmap_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_greylib_bitmap_scale.c b/apps/plugins/test_greylib_bitmap_scale.c
index 892f3dc622..d096d0240b 100644
--- a/apps/plugins/test_greylib_bitmap_scale.c
+++ b/apps/plugins/test_greylib_bitmap_scale.c
@@ -44,7 +44,7 @@
44#define BMP_LOAD rb->read_bmp_file 44#define BMP_LOAD rb->read_bmp_file
45#endif 45#endif
46 46
47PLUGIN_HEADER 47
48GREY_INFO_STRUCT 48GREY_INFO_STRUCT
49static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT + 49static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT +
50 BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)]; 50 BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)];