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 b4623c2ae7..6149dc38d7 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -86,6 +86,7 @@ void 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); 88void lcd_put_cursor(int x, int y, char cursor_char);
89void lcd_remove_cursor(void);
89#endif 90#endif
90 91
91#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 92#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)