10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define fort_sym_width 24
|
|
#define fort_sym_height 24
|
|
static char fort_sym_bits[] = {
|
|
0x00,0x00,0x00,0x3e,0xf0,0x01,0x46,0x30,0x02,0xfe,0xf0,0x07,
|
|
0x8e,0x70,0x04,0xee,0x73,0x1f,0x6e,0x74,0x23,0xee,0x6f,0x7f,
|
|
0xee,0x48,0x47,0xfe,0x0a,0x57,0xfe,0x0a,0x57,0xfe,0xa8,0x46,
|
|
0xfe,0xfa,0x57,0xfe,0x02,0x50,0xfe,0xa0,0x42,0xfe,0x00,0x40,
|
|
0xfe,0x00,0x40,0xfc,0xe0,0x43,0xf8,0x20,0x43,0xf0,0xa0,0x43,
|
|
0xe0,0x20,0x43,0xc0,0xe0,0x43,0x80,0x3f,0x7e,0x00,0x00,0x00};
|