10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define barbarianl_width 24
|
|
#define barbarianl_height 24
|
|
static char barbarianl_bits[] = {
|
|
0x00,0xa0,0x00,0x08,0xa0,0x00,0x08,0xe0,0x00,0x10,0xe0,0x01,
|
|
0x30,0xd0,0x01,0x20,0xe0,0x01,0x60,0xf0,0x01,0xc0,0xe0,0x00,
|
|
0xc0,0x88,0x01,0x80,0x77,0x03,0xc0,0x55,0x03,0xa0,0x27,0x03,
|
|
0x00,0x57,0x03,0x00,0x76,0x03,0x00,0x88,0x03,0x00,0xf0,0x01,
|
|
0x00,0xf8,0x01,0x00,0xf8,0x01,0x00,0xf8,0x01,0x00,0xd8,0x01,
|
|
0x00,0xd8,0x01,0x00,0x9c,0x03,0x00,0xff,0x03,0x00,0x00,0x00};
|