- lcd4l: add monospace font to font file

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-01-30 21:17:38 +01:00
committed by Thilo Graf
parent d5cebd3a57
commit 56f9b655d9

View File

@@ -376,6 +376,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
SNeutrinoTheme &t = g_settings.theme; SNeutrinoTheme &t = g_settings.theme;
std::string font = g_settings.font_file; std::string font = g_settings.font_file;
font += "\n" + g_settings.font_file_monospace;
if (m_font.compare(font)) if (m_font.compare(font))
{ {