10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define randomThrow_width 24
|
|
#define randomThrow_height 24
|
|
static char randomThrow_bits[] = {
|
|
0x00, 0x00, 0x00, 0xaa, 0xaa, 0x2a, 0xfc, 0xff, 0x7f, 0x06, 0x00, 0x20,
|
|
0x04, 0x04, 0x60, 0x06, 0x02, 0x25, 0x04, 0x06, 0x65, 0x06, 0x0a, 0x25,
|
|
0x04, 0x0a, 0x65, 0x06, 0x12, 0x25, 0x04, 0x22, 0x65, 0x06, 0xa2, 0x2f,
|
|
0x04, 0x22, 0x65, 0x06, 0xa2, 0x2f, 0x04, 0x12, 0x65, 0x06, 0x8a, 0x2a,
|
|
0x04, 0x0a, 0x60, 0x06, 0x06, 0x20, 0x04, 0x02, 0x60, 0x06, 0x04, 0x20,
|
|
0x04, 0x00, 0x60, 0xfe, 0xff, 0x3f, 0x54, 0x55, 0x55, 0x00, 0x00, 0x00};
|