summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 45d9296555..ff955e170b 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -87,6 +87,7 @@ enum
87extern void lcd_define_hw_pattern (int which,char *pattern,int length); 87extern void lcd_define_hw_pattern (int which,char *pattern,int length);
88extern void lcd_define_pattern (int which,char *pattern); 88extern void lcd_define_pattern (int which,char *pattern);
89extern void lcd_double_height (bool on); 89extern void lcd_double_height (bool on);
90extern void lcd_jump_scroll (int mode); /* 0=off, 1=once, 2=always */
90unsigned char lcd_get_locked_pattern(void); 91unsigned char lcd_get_locked_pattern(void);
91void lcd_unlock_pattern(unsigned char pat); 92void lcd_unlock_pattern(unsigned char pat);
92void lcd_allow_bidirectional_scrolling(bool on); 93void lcd_allow_bidirectional_scrolling(bool on);