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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index be6816cd7e..f209e6b47d 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -196,6 +196,9 @@ extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y,
196 const unsigned char *string, 196 const unsigned char *string,
197 int style, int x_offset, 197 int style, int x_offset,
198 int y_offset); 198 int y_offset);
199extern void lcd_remote_putsxy_scroll_func(int x, int y, const unsigned char *string,
200 void (*scroll_func)(struct scrollinfo *),
201 void *data, int x_offset);
199 202
200extern void lcd_remote_update(void); 203extern void lcd_remote_update(void);
201extern void lcd_remote_update_rect(int x, int y, int width, int height); 204extern void lcd_remote_update_rect(int x, int y, int width, int height);