summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/xobox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 2c25eba724..22286b0d72 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -506,9 +506,8 @@ static void refresh_board (void)
506 506
507#if LCD_DEPTH>=2 507#if LCD_DEPTH>=2
508 rb->lcd_set_background (LCD_BLACK); 508 rb->lcd_set_background (LCD_BLACK);
509#else
510 rb->lcd_clear_display ();
511#endif 509#endif
510 rb->lcd_clear_display ();
512 for (j = 0; j < BOARD_H; j++) 511 for (j = 0; j < BOARD_H; j++)
513 { 512 {
514 unsigned last_color = board[j][0]; 513 unsigned last_color = board[j][0];