mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Declaring the jump scroll function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3694 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53f156a6fc
commit
36a28c9bcd
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ enum
|
|||
extern void lcd_define_hw_pattern (int which,char *pattern,int length);
|
||||
extern void lcd_define_pattern (int which,char *pattern);
|
||||
extern void lcd_double_height (bool on);
|
||||
extern void lcd_jump_scroll (int mode); /* 0=off, 1=once, 2=always */
|
||||
unsigned char lcd_get_locked_pattern(void);
|
||||
void lcd_unlock_pattern(unsigned char pat);
|
||||
void lcd_allow_bidirectional_scrolling(bool on);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue