1
0
Fork 0
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:
Franklin Wei 2014-09-14 19:05:01 -04:00 committed by Michael Giacomelli
parent ba82784aae
commit b655912e29

View file

@ -614,7 +614,9 @@ enum plugin_status plugin_start(const void* parameter)
font_height = pf->height; font_height = pf->height;
while (1) { while (1) {
#ifdef HAVE_LCD_COLOR
rb->lcd_set_background(theme_bg); rb->lcd_set_background(theme_bg);
#endif
rb->lcd_clear_display(); rb->lcd_clear_display();
periodic_draw(); periodic_draw();
rb->lcd_update(); rb->lcd_update();