summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.h')
-rw-r--r--firmware/drivers/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 6fe07c1924..b4623c2ae7 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -85,6 +85,7 @@ unsigned char lcd_get_locked_pattern(void);
85void lcd_unlock_pattern(unsigned char pat); 85void lcd_unlock_pattern(unsigned char pat);
86void lcd_allow_bidirectional_scrolling(bool on); 86void lcd_allow_bidirectional_scrolling(bool on);
87extern void lcd_bidir_scroll(int threshold); 87extern void lcd_bidir_scroll(int threshold);
88void lcd_put_cursor(int x, int y, char cursor_char);
88#endif 89#endif
89 90
90#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 91#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)