diff options
Diffstat (limited to 'firmware/drivers/lcd.h')
| -rw-r--r-- | firmware/drivers/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h index b4623c2..6149dc3 100644 --- a/firmware/drivers/lcd.h +++ b/firmware/drivers/lcd.h @@ -86,6 +86,7 @@ void lcd_unlock_pattern(unsigned char pat); void lcd_allow_bidirectional_scrolling(bool on); extern void lcd_bidir_scroll(int threshold); void lcd_put_cursor(int x, int y, char cursor_char); +void lcd_remove_cursor(void); #endif #if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) |