forked from len0rd/rockbox
status_draw() now uses lcd_update_rect()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bfc8d0ac44
commit
65fb5f57dc
1 changed files with 5 additions and 0 deletions
|
@ -168,6 +168,11 @@ void status_draw(void)
|
|||
statusbar_icon_lock();
|
||||
#ifdef HAVE_RTC
|
||||
statusbar_time();
|
||||
#endif
|
||||
#ifdef SIMULATOR
|
||||
lcd_update();
|
||||
#else
|
||||
lcd_update_rect(0,0,LCD_WIDTH,8);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue