10 lines
521 B
Plaintext
10 lines
521 B
Plaintext
#define ent_width 24
|
|
#define ent_height 24
|
|
static char ent_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x07, 0x08, 0x00,
|
|
0x20, 0x18, 0x00, 0x60, 0x10, 0x00, 0xc0, 0xf8, 0x01, 0x00, 0x0e, 0x11,
|
|
0x00, 0x00, 0x11, 0x00, 0x04, 0x19, 0x3e, 0x84, 0x1d, 0x00, 0xe4, 0x14,
|
|
0x00, 0x3c, 0x1a, 0x00, 0x1a, 0x0a, 0x81, 0x11, 0x75, 0x7f, 0x93, 0x54,
|
|
0x9e, 0xdf, 0x4d, 0xc3, 0x40, 0x66, 0x30, 0x40, 0x30, 0x1a, 0x60, 0x1d,
|
|
0x12, 0xb8, 0x0e, 0x12, 0x8e, 0x08, 0x10, 0x81, 0x08, 0xf2, 0xe9, 0x1b};
|