public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] vidconsole: refactoring and support for wider fonts
@ 2022-12-26 19:49 Dzmitry Sankouski
  2022-12-26 19:49 ` [PATCH 1/5] video console: unite normal and rotated files Dzmitry Sankouski
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Dzmitry Sankouski @ 2022-12-26 19:49 UTC (permalink / raw)
  To: u-boot; +Cc: Dzmitry Sankouski, Anatolij Gustschin

Modern mobile phones typically have high pixel density.
Bootmenu is hardly readable on those with 8x16 font.

This patch series aims to add wider fonts for devices with high ppi.

Add 16x32 ter font from linux, and allow font size configuration.
Use new font in starqltechn board.

Note: Only tested with 32BPP configuration. 8BPP and 16BPP testing may needed.
I cannot do it, because I don't have such devices.

Dzmitry Sankouski (5):
  video console: unite normal and rotated files
  video console: refactoring and optimization
  video console: add support for fonts wider than 1 byte
  video console: add 16x32 ter font from linux
  video console: remove unused 4x6 font

 configs/starqltechn_defconfig                 |    1 +
 drivers/video/Kconfig                         |   25 +-
 drivers/video/Makefile                        |    3 +-
 drivers/video/console_normal.c                |  178 --
 .../{console_rotate.c => console_simple.c}    |  497 ++--
 include/video_font.h                          |    6 +-
 include/video_font_4x6.h                      | 2153 -----------------
 include/video_font_data.h                     |    2 +
 include/video_font_ter16x32.h                 | 2068 ++++++++++++++++
 9 files changed, 2361 insertions(+), 2572 deletions(-)
 delete mode 100644 drivers/video/console_normal.c
 rename drivers/video/{console_rotate.c => console_simple.c} (53%)
 delete mode 100644 include/video_font_4x6.h
 create mode 100644 include/video_font_ter16x32.h

-- 
2.30.2


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-02-13 17:03 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-26 19:49 [PATCH 0/5] vidconsole: refactoring and support for wider fonts Dzmitry Sankouski
2022-12-26 19:49 ` [PATCH 1/5] video console: unite normal and rotated files Dzmitry Sankouski
2022-12-29 22:38   ` Simon Glass
2023-01-11 17:08     ` Dzmitry Sankouski
2022-12-26 19:49 ` [PATCH 2/5] video console: refactoring and optimization Dzmitry Sankouski
2022-12-29 22:39   ` Simon Glass
2023-01-04 11:17     ` Dzmitry Sankouski
2023-01-04 20:01       ` Simon Glass
2023-02-13 17:02         ` Dzmitry Sankouski
2022-12-26 19:49 ` [PATCH 3/5] video console: add support for fonts wider than 1 byte Dzmitry Sankouski
2022-12-29 22:38   ` Simon Glass
2023-02-10  1:19   ` Andre Przywara
2022-12-26 19:49 ` [PATCH 4/5] video console: add 16x32 ter font from linux Dzmitry Sankouski
2022-12-29 22:39   ` Simon Glass
2023-01-11 16:59     ` Dzmitry Sankouski
2023-01-11 21:08       ` Simon Glass
2022-12-26 19:49 ` [PATCH 5/5] video console: remove unused 4x6 font Dzmitry Sankouski
2022-12-29 22:38   ` Simon Glass
2023-01-11 17:05     ` Dzmitry Sankouski
2023-02-10  1:38       ` Andre Przywara
2022-12-29 23:02 ` [PATCH 0/5] vidconsole: refactoring and support for wider fonts Mark Kettenis
2022-12-30 17:51   ` Simon Glass
2023-01-11 12:25   ` Dzmitry Sankouski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox