lcd4l: add monospace font to font file

Origin commit data
------------------
Branch: ni/coolstream
Commit: e5c898f665
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-30 (Sun, 30 Jan 2022)

Origin message was:
------------------
- lcd4l: add monospace font to font file

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-01-30 21:17:38 +01:00
parent 7a5cef85ab
commit d4fa04eff2

View File

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