From 99614114351e32153a28ba2ca588a46422d2602e Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 29 Dec 2021 22:55:07 +1100 Subject: [PATCH] Drop volt symbol as its offscreen --- source/Core/Src/gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Core/Src/gui.cpp b/source/Core/Src/gui.cpp index 678b7312..b562491d 100644 --- a/source/Core/Src/gui.cpp +++ b/source/Core/Src/gui.cpp @@ -330,7 +330,6 @@ static void settings_displayQCInputV(void) { OLED::printNumber(voltage / 10, 2, FontStyle::LARGE); OLED::print(SymbolDot, FontStyle::LARGE); OLED::printNumber(voltage % 10, 1, FontStyle::LARGE); - OLED::print(SymbolVolts, FontStyle::LARGE); } #endif