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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 4c0a894072..bc26a23cb7 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -175,14 +175,8 @@ extern void lcd_remote_clear_display(void);
175extern void lcd_remote_clear_viewport(void); 175extern void lcd_remote_clear_viewport(void);
176extern void lcd_remote_puts(int x, int y, const unsigned char *str); 176extern void lcd_remote_puts(int x, int y, const unsigned char *str);
177extern void lcd_remote_putsf(int x, int y, const unsigned char *fmt, ...); 177extern void lcd_remote_putsf(int x, int y, const unsigned char *fmt, ...);
178extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,
179 int style, int x_offset, int y_offset);
180extern void lcd_remote_putc(int x, int y, unsigned short ch); 178extern void lcd_remote_putc(int x, int y, unsigned short ch);
181extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str); 179extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str);
182extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y,
183 const unsigned char *string,
184 int style, int x_offset,
185 int y_offset);
186extern void lcd_remote_putsxy_scroll_func(int x, int y, const unsigned char *string, 180extern void lcd_remote_putsxy_scroll_func(int x, int y, const unsigned char *string,
187 void (*scroll_func)(struct scrollinfo *), 181 void (*scroll_func)(struct scrollinfo *),
188 void *data, int x_offset); 182 void *data, int x_offset);