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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/bmp.h b/apps/plugins/lib/bmp.h
index e35c1ecb0a..3e14243d30 100644
--- a/apps/plugins/lib/bmp.h
+++ b/apps/plugins/lib/bmp.h
@@ -22,10 +22,12 @@
22#include "lcd.h" 22#include "lcd.h"
23#include "plugin.h" 23#include "plugin.h"
24 24
25#ifdef HAVE_LCD_COLOR
25/** 26/**
26 * Save bitmap to file 27 * Save bitmap to file
27 */ 28 */
28int save_bmp_file( char* filename, struct bitmap *bm, struct plugin_api* rb ); 29int save_bmp_file( char* filename, struct bitmap *bm, struct plugin_api* rb );
30#endif
29 31
30/** 32/**
31 Very simple image scale from src to dst (nearest neighbour). 33 Very simple image scale from src to dst (nearest neighbour).