10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define leather_width 24
|
|
#define leather_height 24
|
|
static char leather_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xc1,0x03,
|
|
0x1c,0x77,0x1c,0xc3,0x88,0x61,0x39,0x55,0x4e,0x86,0x94,0x30,
|
|
0xc4,0x9c,0x11,0x38,0x63,0x0e,0x40,0x14,0x01,0x40,0x1c,0x01,
|
|
0xc0,0xe3,0x01,0x40,0x14,0x01,0x40,0x1c,0x01,0xc0,0xe3,0x01,
|
|
0x40,0x14,0x01,0x40,0x14,0x01,0x80,0xeb,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|