Hi Andrew, On Sun, 9 Jan 2022 at 17:57, Andre Przywara <andre.przyw...@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.przyw...@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 <s...@chromium.org> But you might consider using a truetype font? - Simon