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, 0 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 6a3371fef2..74b668db3d 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -187,9 +187,6 @@ extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str,
187extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, 187extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,
188 int style, int x_offset, int y_offset); 188 int style, int x_offset, int y_offset);
189extern void lcd_remote_putc(int x, int y, unsigned short ch); 189extern void lcd_remote_putc(int x, int y, unsigned short ch);
190extern void lcd_remote_stop_scroll(void);
191extern void lcd_remote_scroll_speed(int speed);
192extern void lcd_remote_scroll_delay(int ms);
193extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str); 190extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str);
194extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str, 191extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str,
195 int style); 192 int style);