summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2003-01-14 10:45:57 +0000
committerMats Lidell <matsl@rockbox.org>2003-01-14 10:45:57 +0000
commit4c7f70fe9ae4a516a1e3794f60abd95c603ddbba (patch)
tree6c52d15be8c8a32cb21db4b6f37fb4bc04ffb7be /firmware/drivers/lcd.h
parentfd07b6932fc2ff908fc291df026f6359d87aa086 (diff)
downloadrockbox-4c7f70fe9ae4a516a1e3794f60abd95c603ddbba.tar.gz
rockbox-4c7f70fe9ae4a516a1e3794f60abd95c603ddbba.zip
Bidirectional scroll ala recorder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3080 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/lcd.h')
-rw-r--r--firmware/drivers/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 8c57aa9f05..a4d8178b87 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -88,7 +88,7 @@ extern void lcd_double_height (bool on);
88unsigned char lcd_get_locked_pattern(void); 88unsigned char lcd_get_locked_pattern(void);
89void lcd_unlock_pattern(unsigned char pat); 89void lcd_unlock_pattern(unsigned char pat);
90void lcd_allow_bidirectional_scrolling(bool on); 90void lcd_allow_bidirectional_scrolling(bool on);
91 91extern void lcd_bidir_scroll(int threshold);
92#endif 92#endif
93 93
94#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 94#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)