From bf4870c091bb368f50ae14b99ed2f18be4b6d9fe Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Thu, 5 Dec 2019 15:51:44 +0100 Subject: [PATCH] set font --- libraries/SondeLib/Display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/SondeLib/Display.cpp b/libraries/SondeLib/Display.cpp index 9ca61d4..9a89127 100644 --- a/libraries/SondeLib/Display.cpp +++ b/libraries/SondeLib/Display.cpp @@ -1275,6 +1275,7 @@ void Display::drawBatt(DispEntry *de) { default: *buf=0; } + rdis->setFont(de->fmt); drawString(de, buf); }