commit | 70d35a7262f3504d566a336d31f1558bf6c2611b | [log] [tgz] |
---|---|---|
author | Dzmitry Sankouski <dsankouski@gmail.com> | Tue Mar 07 13:21:12 2023 +0300 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Mar 07 13:26:08 2023 +0100 |
tree | 9b288cfd7cb83b40720b8fb999f95a76e18ca835 | |
parent | aea2d2de5f975eb5546687b0f10b954ebe578eb2 [diff] |
video console: add support for fonts wider than 1 byte 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 <dsankouski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>