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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 347a46e8bd..d803525318 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -175,8 +175,6 @@ 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(int x, int y, const unsigned char *str,
179 int style);
180extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, 178extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str,
181 int style, int offset); 179 int style, int offset);
182extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, 180extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,