Re: [PATCH 0/5] vidconsole: refactoring and support for wider fonts

2023-01-11 Thread Dzmitry Sankouski
This patchset adds wider fonts only for normal console. пт, 30 дек. 2022 г. в 02:02, Mark Kettenis : > > > From: Dzmitry Sankouski > > Date: Mon, 26 Dec 2022 22:49:24 +0300 > > > > Modern mobile phones typically have high pixel density. > > Bootmenu is hardly readable on those with 8x16 font. > >

Re: [PATCH 0/5] vidconsole: refactoring and support for wider fonts

2022-12-30 Thread Simon Glass
+Andre Przywara for comment On Thu, 29 Dec 2022 at 17:02, Mark Kettenis wrote: > > > From: Dzmitry Sankouski > > Date: Mon, 26 Dec 2022 22:49:24 +0300 > > > > Modern mobile phones typically have high pixel density. > > Bootmenu is hardly readable on those with 8x16 font. > > > > This patch seri

Re: [PATCH 0/5] vidconsole: refactoring and support for wider fonts

2022-12-29 Thread Mark Kettenis
> From: Dzmitry Sankouski > Date: Mon, 26 Dec 2022 22:49:24 +0300 > > 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 al

[PATCH 0/5] vidconsole: refactoring and support for wider fonts

2022-12-26 Thread Dzmitry Sankouski
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