10 lines
521 B
Plaintext
10 lines
521 B
Plaintext
#define water_width 24
|
|
#define water_height 24
|
|
static char water_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x7f, 0x00,
|
|
0x00, 0x6b, 0x00, 0x00, 0x36, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x36, 0x00,
|
|
0x00, 0x2a, 0x00, 0x00, 0x36, 0x00, 0x00, 0x6b, 0x00, 0x80, 0xd5, 0x00,
|
|
0xc0, 0xaa, 0x01, 0x60, 0x55, 0x03, 0xa0, 0xaa, 0x02, 0x60, 0x55, 0x03,
|
|
0xa0, 0xaa, 0x02, 0x60, 0x55, 0x03, 0xa0, 0xaa, 0x02, 0x60, 0x55, 0x03,
|
|
0xc0, 0xff, 0x01, 0x80, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|