[PATCH 4/5] video console: add 16x32 ter font from linux

Simon Glass sjg at chromium.org
Thu Dec 29 23:39:03 CET 2022


Hi Dzmitry,

On Tue, 27 Dec 2022 at 07:44, Dzmitry Sankouski <dsankouski at gmail.com> wrote:
>
> Modern mobile phones typically have high pixel density.
> Bootmenu is hardly readable on those with 8x16 font.
>
> Add 16x32 ter font from linux, and allow font size configuration.

That second bit should really be in a separate (previous) commit.

> Set 16x32 font for starqltechn board.

This should be in the next commit.

>
> Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> ---
>  configs/starqltechn_defconfig |    1 +
>  drivers/video/Kconfig         |   23 +
>  include/video_font.h          |    6 +-
>  include/video_font_ter16x32.h | 2068 +++++++++++++++++++++++++++++++++
>  4 files changed, 2096 insertions(+), 2 deletions(-)
>  create mode 100644 include/video_font_ter16x32.h

Can we test this? With truetype we actually allow multiple fonts to be
built, so we can select one at runtime.

Regards,
Simon


More information about the U-Boot mailing list