10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
#define grafikk/dragehus_width 24
|
|
#define grafikk/dragehus_height 24
|
|
static char grafikk/dragehus_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x41,0x00,0x80,0x20,
|
|
0x00,0x40,0x10,0x00,0x30,0x0c,0x00,0x18,0x06,0x00,0x8c,0x03,
|
|
0x00,0x7a,0x01,0x00,0x01,0x01,0x80,0x80,0x00,0x40,0xe0,0x00,
|
|
0x40,0xf8,0x00,0x20,0xfe,0x01,0x20,0xfd,0x07,0x90,0xff,0x7f,
|
|
0xc8,0xfe,0x7f,0x24,0xfd,0x7f,0x92,0xee,0x7f,0x4a,0xc3,0x7f,
|
|
0xa4,0x01,0x7f,0xd8,0x00,0x7e,0x30,0x00,0x7c,0x00,0x00,0x00};
|