summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd-remote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 1bb19a5cfa..6a3371fef2 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -139,6 +139,8 @@ extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x,
139 int width, int height); 139 int width, int height);
140extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y, 140extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y,
141 int width, int height); 141 int width, int height);
142extern void lcd_remote_nine_segment_bmp(const struct bitmap* bm, int x, int y,
143 int width, int height);
142 144
143/* Low-level drawing function types */ 145/* Low-level drawing function types */
144typedef void lcd_remote_pixelfunc_type(int x, int y); 146typedef void lcd_remote_pixelfunc_type(int x, int y);