10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define emerald2_width 24
|
|
#define emerald2_height 24
|
|
static char emerald2_bits[] = {
|
|
0x88,0x80,0x12,0x20,0x2a,0x00,0x52,0x80,0x0f,0xb8,0xc7,0x4b,
|
|
0x7c,0xfd,0x0b,0x7d,0xeb,0x4b,0x7c,0xdf,0x0b,0x7c,0xbf,0x15,
|
|
0xf8,0xbf,0x82,0xf1,0xbf,0x15,0x28,0xbe,0x28,0x44,0xfe,0x5c,
|
|
0x00,0x7c,0xbe,0xf4,0xf9,0xbf,0x79,0x11,0xbe,0x7c,0xe9,0xbf,
|
|
0x7e,0xff,0xbf,0x7e,0xf1,0xff,0xbe,0xef,0x7f,0xde,0xdf,0xbf,
|
|
0xfe,0x7f,0x10,0x80,0x3f,0x04,0x51,0x1f,0x41,0x04,0x40,0x10};
|