Re: [PATCH v3 3/9] video console: add support for fonts wider than 1 byte

2023-02-15 Thread Simon Glass
jOn Wed, 15 Feb 2023 at 04:44, Dzmitry Sankouski wrote: > > Devices with high ppi may benefit from wider fonts. > > Current width implementation is limited by 1 byte, i.e. 8 bits. > New version iterates VIDEO_FONT_BYTE_WIDTH times, to process all > width bytes, thus allowing fonts wider than 1 byt

[PATCH v3 3/9] video console: add support for fonts wider than 1 byte

2023-02-15 Thread Dzmitry Sankouski
Devices with high ppi may benefit from wider fonts. Current width implementation is limited by 1 byte, i.e. 8 bits. New version iterates VIDEO_FONT_BYTE_WIDTH times, to process all width bytes, thus allowing fonts wider than 1 byte. Signed-off-by: Dzmitry Sankouski --- Charges for v2: - replace