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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 62e82ca6ac..5b96863536 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -178,6 +178,7 @@ extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x,
178extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y, 178extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y,
179 int width, int height); 179 int width, int height);
180extern void lcd_remote_putsxy(int x, int y, const unsigned char *str); 180extern void lcd_remote_putsxy(int x, int y, const unsigned char *str);
181extern void lcd_remote_putsxyf(int x, int y, const unsigned char *fmt, ...);
181 182
182extern void lcd_remote_bidir_scroll(int threshold); 183extern void lcd_remote_bidir_scroll(int threshold);
183extern void lcd_remote_scroll_step(int pixels); 184extern void lcd_remote_scroll_step(int pixels);