Charcell: Fix spurious letter appearing between board and score display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25708 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
15be66a821
commit
8edca8e903
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ static void init_rockblox (bool resume)
|
|||
pgfx_display (0, 0);
|
||||
pgfx_display_block (3, 0, 3, 1);
|
||||
pgfx_display_block (4, 0, 3, 0);
|
||||
rb->lcd_puts(4, 1, " ");
|
||||
pgfx_clear_display();
|
||||
pgfx_fillrect (3, 0, 2, 14);
|
||||
pgfx_fillrect (15, 7, 2, 7);
|
||||
|
|
Loading…
Reference in a new issue