public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dzmitry Sankouski <dsankouski@gmail.com>
To: u-boot@lists.denx.de
Cc: Dzmitry Sankouski <dsankouski@gmail.com>,
	Anatolij Gustschin <agust@denx.de>
Subject: [PATCH 0/5] vidconsole: refactoring and support for wider fonts
Date: Mon, 26 Dec 2022 22:49:24 +0300	[thread overview]
Message-ID: <20221226194929.166369-1-dsankouski@gmail.com> (raw)

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


             reply	other threads:[~2022-12-26 19:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-26 19:49 Dzmitry Sankouski [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221226194929.166369-1-dsankouski@gmail.com \
    --to=dsankouski@gmail.com \
    --cc=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox