[PATCH v2 7/8] video console: add 16x32 Terminus font from linux
Simon Glass
sjg at chromium.org
Tue Feb 14 20:48:49 CET 2023
On Mon, 13 Feb 2023 at 16:17, Dzmitry Sankouski <dsankouski at gmail.com> wrote:
>
> Modern mobile phones typically have high pixel density.
> Bootmenu is hardly readable on those with 8x16 font.
>
> Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> ---
> Changes for v2:
> - edit for runtime configuration
>
> drivers/video/Kconfig | 7 +
> include/video_font.h | 6 +
> include/video_font_ter16x32.h | 2062 +++++++++++++++++++++++++++++++++
> 3 files changed, 2075 insertions(+)
> create mode 100644 include/video_font_ter16x32.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list