10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define axe_1_width 24
|
|
#define axe_1_height 24
|
|
static unsigned char axe_1_bits[] = {
|
|
0x00, 0x80, 0x1f, 0x00, 0xe0, 0x0f, 0x00, 0xf0, 0x07, 0x00, 0xf0, 0x03,
|
|
0x00, 0xf8, 0x01, 0x00, 0xf8, 0x01, 0x00, 0xfc, 0x0f, 0x00, 0xfc, 0x0f,
|
|
0x00, 0xe4, 0x03, 0x00, 0xc0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0x70, 0x00,
|
|
0x00, 0x38, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0f, 0x00,
|
|
0x80, 0x03, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x00, 0x00, 0xf0, 0x00, 0x00,
|
|
0x38, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x07, 0x00, 0x00};
|