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, 0 insertions, 1 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 44f809a838..3be23747ea 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -166,7 +166,6 @@ extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y,
166 int width, int height); 166 int width, int height);
167extern void lcd_remote_putsxy(int x, int y, const unsigned char *str); 167extern void lcd_remote_putsxy(int x, int y, const unsigned char *str);
168 168
169extern void lcd_remote_invertscroll(int x, int y);
170extern void lcd_remote_bidir_scroll(int threshold); 169extern void lcd_remote_bidir_scroll(int threshold);
171extern void lcd_remote_scroll_step(int pixels); 170extern void lcd_remote_scroll_step(int pixels);
172 171