summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.h')
-rw-r--r--apps/recorder/bmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h
index c570a3d6bd..6437e42d26 100644
--- a/apps/recorder/bmp.h
+++ b/apps/recorder/bmp.h
@@ -212,4 +212,8 @@ int read_bmp_fd(int fd,
212 int format, 212 int format,
213 const struct custom_format *cformat); 213 const struct custom_format *cformat);
214 214
215#if LCD_DEPTH > 1
216void output_row_8_native(uint32_t row, void * row_in,
217 struct scaler_context *ctx);
218#endif
215#endif 219#endif