1
0
Fork 0
forked from len0rd/rockbox

Okay, clearing the display twice doesn't give us anything more..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8729 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Hristo Kovachev 2006-02-18 21:04:30 +00:00
parent cc6f37b8d8
commit e1b33b96bc

View file

@ -2536,7 +2536,6 @@ int load_and_show(char* filename)
#ifdef HAVE_LCD_COLOR #ifdef HAVE_LCD_COLOR
rb->lcd_set_foreground(LCD_WHITE); rb->lcd_set_foreground(LCD_WHITE);
rb->lcd_set_background(LCD_BLACK); rb->lcd_set_background(LCD_BLACK);
rb->lcd_clear_display();
#endif #endif
rb->lcd_clear_display(); rb->lcd_clear_display();