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, 0x80, 0x01, 0x00, 0xc0, 0xfe, 0x83,
|
|
0x40, 0x00, 0xee, 0x40, 0x00, 0x38, 0x40, 0x00, 0x0c, 0x40, 0x00, 0x03,
|
|
0xf8, 0x06, 0x80, 0x0c, 0x20, 0x40, 0x02, 0x30, 0x20, 0x02, 0x18, 0x20,
|
|
0x02, 0x38, 0x3e, 0x02, 0xc6, 0x43, 0x86, 0x8f, 0xb2, 0x8c, 0x78, 0xdc,
|
|
0xf8, 0x41, 0x81, 0x20, 0x2b, 0x15, 0x00, 0x0e, 0x25, 0x00, 0x38, 0xa5,
|
|
0x08, 0x20, 0x89, 0x1c, 0x60, 0x88, 0x72, 0x40, 0x51, 0xce, 0x40, 0x52};
|