summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 98e2a58a53..c5dd4f7399 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -98,7 +98,6 @@ extern void lcd_jump_scroll (int mode); /* 0=off, 1=once, ..., ALWAYS */
98extern void lcd_jump_scroll_delay( int ms ); 98extern void lcd_jump_scroll_delay( int ms );
99unsigned char lcd_get_locked_pattern(void); 99unsigned char lcd_get_locked_pattern(void);
100void lcd_unlock_pattern(unsigned char pat); 100void lcd_unlock_pattern(unsigned char pat);
101void lcd_allow_bidirectional_scrolling(bool on);
102extern void lcd_bidir_scroll(int threshold); 101extern void lcd_bidir_scroll(int threshold);
103void lcd_put_cursor(int x, int y, char cursor_char); 102void lcd_put_cursor(int x, int y, char cursor_char);
104void lcd_remove_cursor(void); 103void lcd_remove_cursor(void);