10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define wash_width 24
|
|
#define wash_height 24
|
|
static char wash_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x9a,0x03,
|
|
0x00,0xf2,0x03,0x00,0xec,0x03,0x00,0xca,0x01,0x00,0xe3,0x01,
|
|
0x00,0x27,0x02,0x00,0x3e,0x02,0x00,0x3c,0x04,0x00,0xf4,0x07,
|
|
0x00,0x72,0x05,0x00,0x51,0x0d,0xe0,0xb0,0x0a,0xf0,0x58,0x0d,
|
|
0xf0,0xfc,0x0f,0x60,0x60,0x02,0xc0,0x20,0x02,0x00,0x30,0x06,
|
|
0x00,0x18,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|