10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define pretty_emerald_width 24
|
|
#define pretty_emerald_height 24
|
|
static char pretty_emerald_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0xe8, 0x88, 0x0b, 0x00, 0x1c, 0x00,
|
|
0xc0, 0x94, 0x01, 0x18, 0x36, 0x0c, 0x42, 0x36, 0x21, 0x20, 0x55, 0x02,
|
|
0x80, 0xa2, 0x00, 0x88, 0xa2, 0x08, 0x40, 0x22, 0x01, 0x40, 0x23, 0x01,
|
|
0x20, 0x41, 0x02, 0x10, 0x41, 0x04, 0x50, 0x41, 0x09, 0x08, 0x41, 0x08,
|
|
0xa8, 0x80, 0x0a, 0xfc, 0xff, 0x1f, 0x10, 0xc1, 0x04, 0xc0, 0xe3, 0x01,
|
|
0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|