summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/pluginlib_bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/pluginlib_bmp.h')
-rw-r--r--apps/plugins/lib/pluginlib_bmp.h2
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 );
37*/ 37*/
38void simple_resize_bitmap(struct bitmap *src, struct bitmap *dst); 38void simple_resize_bitmap(struct bitmap *src, struct bitmap *dst);
39 39
40#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) 40#if (LCD_DEPTH < 4)
41/** 41/**
42 Same as simple_resize_bitmap except this is for use with greylib. 42 Same as simple_resize_bitmap except this is for use with greylib.
43*/ 43*/