11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
#define fatman_width 24
|
|
#define fatman_height 24
|
|
static char fatman_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x36, 0x00, 0x00, 0x2a, 0x00,
|
|
0x00, 0x1c, 0x00, 0x00, 0x22, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x3e, 0x00,
|
|
0x00, 0x5d, 0x00, 0xc0, 0xaa, 0x01, 0x20, 0x55, 0x03, 0xa0, 0xea, 0x04,
|
|
0xb0, 0x81, 0x08, 0x90, 0x00, 0x09, 0x98, 0x00, 0x09, 0xb0, 0x00, 0x05,
|
|
0x50, 0xc3, 0x03, 0x20, 0x3c, 0x02, 0x50, 0x00, 0x01, 0x60, 0x00, 0x02,
|
|
0x50, 0x00, 0x01, 0x80, 0x1c, 0x03, 0x00, 0xf7, 0x00, 0x80, 0xe7, 0x01,
|
|
};
|