10 lines
431 B
Plaintext
10 lines
431 B
Plaintext
#define +_width 24
|
|
#define +_height 24
|
|
static char +_bits[] = {
|
|
0x21,0x00,0x70,0x27,0x00,0xf0,0x1f,0x02,0xe0,0x00,0x02,0x01,
|
|
0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x40,0x00,
|
|
0x00,0x00,0x08,0x00,0x01,0x00,0x80,0x00,0x40,0x04,0xc0,0x00,
|
|
0x02,0x80,0x00,0x00,0x00,0x08,0x00,0x02,0x04,0x00,0x02,0x00,
|
|
0x00,0x01,0x00,0x1f,0x20,0xe0,0x20,0x00,0x12,0x10,0x00,0x30,
|
|
0x28,0x02,0x30,0x24,0x00,0x70,0x22,0x00,0x70,0x21,0x20,0xf0};
|