input: option to support positional default map.

This commit is contained in:
sorgelig
2019-10-23 22:01:20 +08:00
parent e98b870421
commit e6250a6db4
5 changed files with 69 additions and 23 deletions

View File

@@ -169,6 +169,7 @@ unsigned char charfont[256][8] =
{ 0x2A,0x7F,0x41,0x71,0x79,0x7F,0x2A,0x00 }, // 147 [0x93] mem32
{ 0x2A,0x7F,0x79,0x79,0x79,0x7F,0x2A,0x00 }, // 148 [0x94] mem64
{ 0x2A,0x7F,0x7F,0x7F,0x7F,0x7F,0x2A,0x00 }, // 149 [0x95] mem128
{ 0x10,0x30,0x60,0x70,0x3C,0x0F,0x03,0x00 }, // 150 [0x96] Mark sign
};
static unsigned char tempfont[2048];