10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define mushroom_2_width 24
|
|
#define mushroom_2_height 24
|
|
static char mushroom_2_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00,
|
|
0x00, 0xc6, 0x01, 0x80, 0x01, 0x03, 0x60, 0xa0, 0x06, 0x18, 0x01, 0x0d,
|
|
0x88, 0x00, 0x1d, 0x08, 0x40, 0x38, 0x10, 0x04, 0x19, 0x30, 0x80, 0x0e,
|
|
0xe0, 0x00, 0x07, 0x00, 0xd7, 0x03, 0x00, 0xea, 0x01, 0x00, 0xd4, 0x00,
|
|
0x00, 0xa6, 0x01, 0x00, 0x44, 0x01, 0x00, 0xa4, 0x01, 0x00, 0xc6, 0x01,
|
|
0x00, 0x93, 0x01, 0x00, 0xe7, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00};
|