10 lines
482 B
Plaintext
10 lines
482 B
Plaintext
#define grafikk/dragehale1_width 24
|
|
#define grafikk/dragehale1_height 24
|
|
static char grafikk/dragehale1_bits[] = {
|
|
0x00,0x00,0x00,0xff,0x47,0x00,0xff,0xf0,0x07,0x3f,0x40,0x1c,
|
|
0x0f,0x00,0x30,0x03,0x00,0x20,0x00,0x00,0x60,0x00,0x00,0x60,
|
|
0x1f,0x00,0x60,0x7f,0x00,0x60,0xff,0x00,0x30,0xff,0x01,0x30,
|
|
0xff,0x03,0x18,0x87,0x0f,0x0e,0x03,0xfe,0x07,0x03,0xf0,0x01,
|
|
0x07,0x00,0x00,0x0f,0x00,0x00,0x1f,0x00,0x00,0x3c,0x00,0x00,
|
|
0xf0,0x00,0x00,0x60,0x00,0x00,0x38,0x00,0x00,0x00,0x00,0x00};
|