diff options
Diffstat (limited to 'apps/plugins/lib/pluginlib_bmp.h')
-rw-r--r-- | apps/plugins/lib/pluginlib_bmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/pluginlib_bmp.h b/apps/plugins/lib/pluginlib_bmp.h index be0cfd9091..f0540988de 100644 --- a/apps/plugins/lib/pluginlib_bmp.h +++ b/apps/plugins/lib/pluginlib_bmp.h @@ -37,7 +37,7 @@ int save_bmp_file( char* filename, struct bitmap *bm ); */ void simple_resize_bitmap(struct bitmap *src, struct bitmap *dst); -#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) +#if (LCD_DEPTH < 4) /** Same as simple_resize_bitmap except this is for use with greylib. */ |