
14 Feb
2023
14 Feb
'23
8:48 p.m.
On Mon, 13 Feb 2023 at 16:17, Dzmitry Sankouski dsankouski@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@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@chromium.org