10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define tree_2_gen_width 24
|
|
#define tree_2_gen_height 24
|
|
static char tree_2_gen_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x88,0x00,
|
|
0x80,0x88,0x00,0x10,0x49,0x04,0x20,0x49,0x02,0x40,0x2a,0x01,
|
|
0x8c,0xaa,0x18,0x30,0x55,0x06,0xc0,0xa2,0x01,0x00,0x49,0x00,
|
|
0xfc,0x94,0x1f,0x00,0x49,0x00,0xc0,0xa2,0x01,0x30,0x55,0x06,
|
|
0x8c,0xaa,0x18,0x40,0x2a,0x01,0x20,0x49,0x02,0x10,0x49,0x04,
|
|
0x80,0x88,0x00,0x80,0x88,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|