10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define axe1_width 24
|
|
#define axe1_height 24
|
|
static char axe1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x03,0x00,0xc0,0x03,0x00,0xe0,0x12,
|
|
0x00,0x30,0x0f,0x00,0xd8,0x09,0x00,0x58,0x78,0x00,0x6c,0x68,
|
|
0x00,0x3c,0x34,0x00,0x60,0x37,0x00,0xf0,0x19,0x00,0xb8,0x0e,
|
|
0x00,0x9c,0x07,0x00,0x8f,0x01,0x00,0x07,0x00,0x80,0x07,0x00,
|
|
0xc0,0x01,0x00,0xf0,0x00,0x00,0x70,0x00,0x00,0x78,0x00,0x00,
|
|
0x1c,0x00,0x00,0x0e,0x00,0x00,0x06,0x00,0x00,0x00,0x00,0x00};
|