mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-12 00:30:31 +00:00
11 lines
162 B
C
11 lines
162 B
C
unsigned char a2_font[64][7]={
|
|
{0x0e, // 01110
|
|
0x11, // 10001
|
|
0x15, // 10101
|
|
0x17, // 10111
|
|
0x16, // 10110
|
|
0x10, // 10000
|
|
0x0f, // 01111
|
|
}, // @
|
|
};
|