10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define dragehale2_width 24
|
|
#define dragehale2_height 24
|
|
static char dragehale2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x07,0x00,
|
|
0x3f,0xf0,0x03,0x03,0xfe,0x0f,0x80,0x0f,0x1c,0xf0,0x03,0x30,
|
|
0xff,0x00,0x30,0x7f,0x00,0x60,0x1f,0x00,0x60,0x0f,0x00,0x60,
|
|
0x07,0x00,0x60,0x03,0x00,0x60,0x03,0x00,0x60,0x03,0x00,0x20,
|
|
0x07,0x00,0x30,0x0f,0x00,0x18,0x1f,0x20,0x0e,0x3c,0xf0,0x03,
|
|
0xf0,0x20,0x00,0x60,0x00,0x00,0x38,0x00,0x00,0x00,0x00,0x00};
|