summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/bmp.h')
-rw-r--r--apps/plugins/lib/bmp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/lib/bmp.h b/apps/plugins/lib/bmp.h
index 12894f7551..379a889994 100644
--- a/apps/plugins/lib/bmp.h
+++ b/apps/plugins/lib/bmp.h
@@ -24,6 +24,7 @@
24#include "lcd.h" 24#include "lcd.h"
25#include "plugin.h" 25#include "plugin.h"
26 26
27#if LCD_DEPTH > 1
27#ifdef HAVE_LCD_COLOR 28#ifdef HAVE_LCD_COLOR
28/** 29/**
29 * Save bitmap to file 30 * Save bitmap to file
@@ -43,4 +44,8 @@ void simple_resize_bitmap(struct bitmap *src, struct bitmap *dst);
43 */ 44 */
44void smooth_resize_bitmap(struct bitmap *src, struct bitmap *dst); 45void smooth_resize_bitmap(struct bitmap *src, struct bitmap *dst);
45 46
47#else
48void bmp_init(const struct plugin_api *api);
49#endif
50
46#endif 51#endif