mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
text viewer: the display of the statusbar is synchronized actual battery, time, etc. and deletes unnecessary lcd_set_backdrop().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27194 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf738c3093
commit
6fa312b221
1 changed files with 2 additions and 4 deletions
|
@ -46,12 +46,10 @@ enum plugin_status plugin_start(const void* file)
|
|||
return PLUGIN_ERROR;
|
||||
}
|
||||
|
||||
#if LCD_DEPTH > 1
|
||||
rb->lcd_set_backdrop(NULL);
|
||||
#endif
|
||||
|
||||
while (!done) {
|
||||
|
||||
rb->gui_syncstatusbar_draw(rb->statusbars, preferences->statusbar);
|
||||
|
||||
if (display_update)
|
||||
tv_draw();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue