summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/playergfx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/playergfx.c b/apps/plugins/lib/playergfx.c
index 0e0a5d3788..8853078fa1 100644
--- a/apps/plugins/lib/playergfx.c
+++ b/apps/plugins/lib/playergfx.c
@@ -99,6 +99,8 @@ void pgfx_update(void)
99 99
100 for (i = 0; i < char_width * char_height; i++) 100 for (i = 0; i < char_width * char_height; i++)
101 pgfx_rb->lcd_define_pattern(gfx_chars[i], gfx_buffer + 7 * i); 101 pgfx_rb->lcd_define_pattern(gfx_chars[i], gfx_buffer + 7 * i);
102
103 pgfx_rb->lcd_update();
102} 104}
103 105
104/*** Parameter handling ***/ 106/*** Parameter handling ***/