Re: [PATCH 4/5] video console: add 16x32 ter font from linux

2023-01-11 Thread Simon Glass
Hi Dzmitry, On Wed, 11 Jan 2023 at 09:59, Dzmitry Sankouski wrote: > > I tested on qemu q35 with RUFSCRIPT, CANTORAONE font, it uses > RUFSCRIPT, and works fine. > Not sure how to switch it on runtime, though. It is nice to use automated tests where we can. You could add a way to select the fon

Re: [PATCH 4/5] video console: add 16x32 ter font from linux

2023-01-11 Thread Dzmitry Sankouski
I tested on qemu q35 with RUFSCRIPT, CANTORAONE font, it uses RUFSCRIPT, and works fine. Not sure how to switch it on runtime, though. пт, 30 дек. 2022 г. в 01:41, Simon Glass : > > Hi Dzmitry, > > On Tue, 27 Dec 2022 at 07:44, Dzmitry Sankouski wrote: > > > > Modern mobile phones typically hav

Re: [PATCH 4/5] video console: add 16x32 ter font from linux

2022-12-29 Thread Simon Glass
Hi Dzmitry, On Tue, 27 Dec 2022 at 07:44, Dzmitry Sankouski wrote: > > Modern mobile phones typically have high pixel density. > Bootmenu is hardly readable on those with 8x16 font. > > Add 16x32 ter font from linux, and allow font size configuration. That second bit should really be in a separa

[PATCH 4/5] video console: add 16x32 ter font from linux

2022-12-27 Thread Dzmitry Sankouski
Modern mobile phones typically have high pixel density. Bootmenu is hardly readable on those with 8x16 font. Add 16x32 ter font from linux, and allow font size configuration. Set 16x32 font for starqltechn board. Signed-off-by: Dzmitry Sankouski --- configs/starqltechn_defconfig |1 + drive