forked from len0rd/rockbox
Removed unnecessary calls to lcd_stop_scroll().
Changed all lcd_scroll_pause() to lcd_stop_scroll(). Updated the tree system for new scroll-behaviour. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3154 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f5d9584eac
commit
767d604bcd
6 changed files with 34 additions and 45 deletions
|
|
@ -72,7 +72,6 @@ static unsigned char usb_logo[] = {
|
|||
|
||||
void usb_display_info(void)
|
||||
{
|
||||
lcd_stop_scroll();
|
||||
lcd_clear_display();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
|
@ -132,7 +131,6 @@ int on_screen(void)
|
|||
char buf[32];
|
||||
int w, h;
|
||||
|
||||
lcd_scroll_pause();
|
||||
lcd_clear_display();
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
|
|
@ -265,7 +263,6 @@ bool f2_screen(void)
|
|||
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
lcd_getstringsize("A",&w,&h);
|
||||
lcd_stop_scroll();
|
||||
|
||||
while (!exit) {
|
||||
char* ptr=NULL;
|
||||
|
|
@ -390,7 +387,6 @@ bool f3_screen(void)
|
|||
bool exit = false;
|
||||
bool used = false;
|
||||
|
||||
lcd_stop_scroll();
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
while (!exit) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue