
27 Dec
2018
27 Dec
'18
11:25 p.m.
At present it is possible to enable TrueType support but not include any fonts. This results in a blank display. Select Nimbus as the default font to avoid this.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/video/fonts/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig index 3f1398db50c..c692fa9602f 100644 --- a/drivers/video/fonts/Kconfig +++ b/drivers/video/fonts/Kconfig @@ -7,6 +7,7 @@ menu "TrueType Fonts" config CONSOLE_TRUETYPE_NIMBUS bool "Nimbus Sans Regular" depends on CONSOLE_TRUETYPE + default y help Nimbus Sans L is a version of Nimbus Sans using Adobe font sources. It was designed in 1987. A subset of Nimbus Sans L were released
--
2.20.1.415.g653613c723-goog