From d4fa04eff2f675707708dacb412fb841ee4f2980 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 30 Jan 2022 21:17:38 +0100 Subject: [PATCH] lcd4l: add monospace font to font file Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e5c898f6657758d27ea3d206a8dd660298fe1f1f Author: vanhofen 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 --- src/driver/lcd4l.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 6922ad766..71b542fe5 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -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)) {