]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: add DejaVu Mono font
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 20 Nov 2025 19:34:48 +0000 (20:34 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 24 Jan 2026 16:01:22 +0000 (10:01 -0600)
commit3a9795581eb7d2c7978802d2d91832ce00e0efe4
tree0888fff75cd8db15e72b629285a7af753f994724
parent8de6e8f8a076d2c9b6d38d8563db135c167077ec
video: add DejaVu Mono font

A TrueType font for U-Boot should fulfill the following requirements:

* mono spaced
* support full code page 437
* easily readable

Unfortunately none of the fonts provided with U-Boot fulfills all of these
requirements.

Let's add the DejaVu Mono font. To reduce the code size the characters are
limited to code page 437.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/console_truetype.c
drivers/video/fonts/437.ff [new file with mode: 0755]
drivers/video/fonts/Kconfig
drivers/video/fonts/Makefile
drivers/video/fonts/dejavu_mono.ttf [new file with mode: 0644]