summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/star.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 961c17f143..71b5170ad7 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -776,6 +776,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
776 rb = api; 776 rb = api;
777 777
778 /* get the size of char */ 778 /* get the size of char */
779 rb->lcd_setfont(FONT_SYSFIXED);
779 if (char_width == -1) 780 if (char_width == -1)
780 rb->lcd_getstringsize("a", &char_width, &char_height); 781 rb->lcd_getstringsize("a", &char_width, &char_height);
781 782