summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-01-29 11:48:35 +0000
committerKjell Ericson <kjell@haxx.se>2003-01-29 11:48:35 +0000
commit9d40f7ebc4270fec50211da80f19d7ba1da6b841 (patch)
treeac5f8b0954cb313f18e6c9e12a3136b8891dbf4f /firmware/drivers/lcd.h
parentfc69875d56a09f112f1746846e3a38fa207f5842 (diff)
downloadrockbox-9d40f7ebc4270fec50211da80f19d7ba1da6b841.tar.gz
rockbox-9d40f7ebc4270fec50211da80f19d7ba1da6b841.zip
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
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)