10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define sack_width 24
|
|
#define sack_height 24
|
|
static char sack_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x70,0xf0,0x01,0xb0,0xcf,0x01,
|
|
0x40,0x20,0x00,0x80,0x20,0x00,0x80,0x10,0x04,0x80,0x10,0x02,
|
|
0x80,0x0f,0x01,0xc0,0xff,0x00,0x20,0xf8,0x09,0x20,0x30,0x06,
|
|
0x10,0x40,0x00,0x10,0x80,0x00,0x10,0x00,0x01,0x10,0x00,0x01,
|
|
0x08,0x00,0x01,0x04,0x00,0x02,0x02,0x00,0x04,0x02,0x00,0x08,
|
|
0x02,0x00,0x08,0x02,0x00,0x08,0x02,0x00,0x08,0xfc,0xff,0x07};
|