diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/xobox.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 2c25eba..22286b0 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -506,9 +506,8 @@ static void refresh_board (void) #if LCD_DEPTH>=2 rb->lcd_set_background (LCD_BLACK); -#else - rb->lcd_clear_display (); #endif + rb->lcd_clear_display (); for (j = 0; j < BOARD_H; j++) { unsigned last_color = board[j][0]; |