| commit | 37a012ea97651efbae855026b4ab51ecef5e626d | [log] [tgz] |
|---|---|---|
| author | Helge Deller <deller@gmx.de> | Tue Apr 05 13:57:45 2022 +0200 |
| committer | Helge Deller <deller@gmx.de> | Wed May 11 18:37:38 2022 +0200 |
| tree | c1c8e6aa694c28effdf529686b9d6e11ee66f05c | |
| parent | 5649963e6f69e1f7433e9ef5b1957124347ec663 [diff] |
stirom: Add 6x13 and 10x20 fonts, replace 8x16 font
Add additional fonts to STI ROM.
They can be selected with qemu command-line options:
-fw_cfg opt/font,string=1 - a HP 8x16 font
-fw_cfg opt/font,string=2 - a HP 6x13 font
-fw_cfg opt/font,string=3 - a HP 10x20 font
-fw_cfg opt/font,string=4 - a Linux 16x32 font
Signed-off-by: Helge Deller <deller@gmx.de>