forked from len0rd/rockbox
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5d7309d96
commit
f9b90e9103
36 changed files with 131 additions and 187 deletions
|
@ -932,12 +932,12 @@ static void viewer_draw(int col)
|
|||
|
||||
if (prefs.need_scrollbar)
|
||||
viewer_scrollbar();
|
||||
|
||||
if (col != -1)
|
||||
rb->lcd_update();
|
||||
#else
|
||||
next_screen_to_draw_ptr = next_screen_ptr;
|
||||
#endif
|
||||
|
||||
if (col != -1)
|
||||
rb->lcd_update();
|
||||
}
|
||||
|
||||
static void viewer_top(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue