1
0
Fork 0
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:
Kjell Ericson 2003-01-23 14:28:16 +00:00
parent f5d9584eac
commit 767d604bcd
6 changed files with 34 additions and 45 deletions

View file

@ -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) {