[PATCH 5/8] video: Add Terminus 16x32 font
Simon Glass
sjg at chromium.org
Wed Jan 12 21:04:07 CET 2022
Hi Andrew,
On Sun, 9 Jan 2022 at 17:57, Andre Przywara <andre.przywara at arm.com> wrote:
>
> The dm_video console can now cope with fonts wider than 8 pixels, so
> let's include a rather large 16x32 font, well suited for HiDPI displays
> found on modern laptops.
>
> This file has been taken from Linux, only the required U-Boot macros
> have been added.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
> drivers/video/fonts/Kconfig | 3 +
> include/video_font.h | 2 +
> include/video_font_ter16x32.h | 2069 +++++++++++++++++++++++++++++++++
> 3 files changed, 2074 insertions(+)
> create mode 100644 include/video_font_ter16x32.h
Reviewed-by: Simon Glass <sjg at chromium.org>
But you might consider using a truetype font?
- Simon
More information about the U-Boot
mailing list