10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define evergreens_width 24
|
|
#define evergreens_height 24
|
|
static char evergreens_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x04,0x00,0x18,0x0c,0x00,
|
|
0x38,0x1e,0x01,0x3c,0x16,0x03,0x6c,0xbf,0x03,0x76,0xbb,0x07,
|
|
0xfe,0xfb,0x05,0x7f,0xf7,0x0d,0xf7,0xdf,0x09,0xe7,0xbe,0x1f,
|
|
0xf7,0xfd,0x1f,0xbf,0x7d,0x3f,0xbf,0xfb,0x3b,0xff,0xfb,0x7f,
|
|
0xff,0xfb,0x7f,0x9b,0xbc,0x52,0x19,0x19,0x06,0x18,0x18,0x06,
|
|
0x18,0x18,0x06,0x18,0x18,0x06,0x18,0x18,0x06,0x18,0x18,0x06};
|