10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define barbarianl_width 24
|
|
#define barbarianl_height 24
|
|
static char barbarianl_bits[] = {
|
|
0x00,0x00,0x00,0x02,0xc0,0x01,0x0e,0xe0,0x03,0x3e,0x20,0x03,
|
|
0x1e,0x20,0x03,0x12,0xc0,0x01,0x10,0xdc,0x06,0x10,0x06,0x08,
|
|
0x10,0x01,0x09,0xf0,0x18,0x09,0x30,0x96,0x04,0xf0,0x51,0x02,
|
|
0x00,0x20,0x03,0x00,0xf0,0x02,0x00,0x10,0x04,0x00,0xc8,0x04,
|
|
0x00,0xc8,0x05,0x00,0x68,0x09,0x00,0x24,0x0a,0x00,0x14,0x0a,
|
|
0x00,0x14,0x12,0x00,0x14,0x14,0x00,0x12,0x14,0x00,0x0e,0x1c};
|