diff options
Diffstat (limited to 'apps/plugins/test_greylib_bitmap_scale.c')
| -rw-r--r-- | apps/plugins/test_greylib_bitmap_scale.c | 2 |
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 892f3dc..d096d02 100644 --- a/apps/plugins/test_greylib_bitmap_scale.c +++ b/apps/plugins/test_greylib_bitmap_scale.c @@ -44,7 +44,7 @@ #define BMP_LOAD rb->read_bmp_file #endif -PLUGIN_HEADER + GREY_INFO_STRUCT static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT + BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)]; |