forked from len0rd/rockbox
ifdef out lcd_set_bg call
Change-Id: I78112f8099c09cc0993357e0f58a567c43381a50 Reviewed-on: http://gerrit.rockbox.org/962 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
This commit is contained in:
parent
ba82784aae
commit
b655912e29
1 changed files with 2 additions and 0 deletions
|
@ -614,7 +614,9 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
font_height = pf->height;
|
||||
|
||||
while (1) {
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
rb->lcd_set_background(theme_bg);
|
||||
#endif
|
||||
rb->lcd_clear_display();
|
||||
periodic_draw();
|
||||
rb->lcd_update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue