forked from len0rd/rockbox
scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api.
Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c
This commit is contained in:
parent
47c8d3c14d
commit
1c5d0b41ee
34 changed files with 100 additions and 87 deletions
|
|
@ -143,7 +143,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_puts,
|
||||
lcd_putsf,
|
||||
lcd_puts_scroll,
|
||||
lcd_stop_scroll,
|
||||
lcd_scroll_stop,
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
lcd_define_pattern,
|
||||
lcd_get_locked_pattern,
|
||||
|
|
@ -246,7 +246,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_remote_clear_display,
|
||||
lcd_remote_puts,
|
||||
lcd_remote_puts_scroll,
|
||||
lcd_remote_stop_scroll,
|
||||
lcd_remote_scroll_stop,
|
||||
lcd_remote_set_drawmode,
|
||||
lcd_remote_get_drawmode,
|
||||
lcd_remote_setfont,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue