summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 9d5aa77..c25098f 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -157,6 +157,7 @@ void init_tagcache(void)
ret = tagcache_get_commit_step();
if (ret > 0)
{
+ lcd_setfont(FONT_SYSFIXED);
snprintf(buf, sizeof buf, "%s [%d/%d]",
str(LANG_TAGCACHE_INIT), ret, TAG_COUNT);