diff options
author | Jens Arnold <amiconn@rockbox.org> | 2010-04-25 06:30:19 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2010-04-25 06:30:19 +0000 |
commit | 8edca8e9039e9c128912ee56802cbd505bf3cb23 (patch) | |
tree | 0b0b0e59beb3ce819b8f99b379095651ee26a6ec /apps | |
parent | 15be66a821514e84abb80eb6ed0901f4d54bb016 (diff) |
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
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/rockblox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c index 871a308883..891b79be56 100644 --- a/apps/plugins/rockblox.c +++ b/apps/plugins/rockblox.c @@ -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); |