From 9d40f7ebc4270fec50211da80f19d7ba1da6b841 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Wed, 29 Jan 2003 11:48:35 +0000 Subject: Player changes: Added lcd_remove_cursor() and updated the cursor functionality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3182 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/drivers/lcd.h') 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); 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) -- cgit v1.2.3