summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index e2f2ab16ec..46ec2a949a 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -216,6 +216,8 @@ extern void lcd_bitmap_remote_transparent(const fb_remote_data *src, int x,
216#define lcd_remote_mono_bitmap lcd_remote_bitmap 216#define lcd_remote_mono_bitmap lcd_remote_bitmap
217#define lcd_remote_mono_bitmap_part lcd_remote_bitmap_part 217#define lcd_remote_mono_bitmap_part lcd_remote_bitmap_part
218#endif /* LCD_REMOTE_DEPTH */ 218#endif /* LCD_REMOTE_DEPTH */
219 219extern void lcd_remote_bmp_part(const struct bitmap* bm, int src_x, int src_y,
220 int x, int y, int width, int height);
221extern void lcd_remote_bmp(const struct bitmap* bm, int x, int y);
220#endif 222#endif
221#endif /* __LCD_REMOTE_H__ */ 223#endif /* __LCD_REMOTE_H__ */