diff options
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/playergfx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/playergfx.c b/apps/plugins/lib/playergfx.c index 0e0a5d3..8853078 100644 --- a/apps/plugins/lib/playergfx.c +++ b/apps/plugins/lib/playergfx.c @@ -99,6 +99,8 @@ void pgfx_update(void) for (i = 0; i < char_width * char_height; i++) pgfx_rb->lcd_define_pattern(gfx_chars[i], gfx_buffer + 7 * i); + + pgfx_rb->lcd_update(); } /*** Parameter handling ***/ |