diff options
Diffstat (limited to 'apps/plugins')
| -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 871a308..891b79b 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); |