10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define acid_pool2_width 24
|
|
#define acid_pool2_height 24
|
|
static char acid_pool2_bits[] = {
|
|
0x3e,0x00,0x00,0x7b,0x00,0x00,0x7d,0x00,0x00,0x7f,0x00,0x00,
|
|
0x7f,0x00,0x00,0x7f,0x00,0x00,0x3e,0x07,0x00,0x9c,0x0e,0x00,
|
|
0x80,0x0e,0x00,0x80,0x0f,0x00,0x80,0x0f,0x00,0x00,0x07,0x00,
|
|
0x00,0x00,0x00,0x00,0x60,0x00,0x00,0xd0,0x00,0x00,0xf0,0x08,
|
|
0x10,0xfe,0x00,0xc0,0xf7,0x07,0xf0,0xff,0x1d,0xbc,0xff,0x3f,
|
|
0xfc,0xff,0x1f,0xf0,0xff,0x0f,0x00,0x00,0x00,0x00,0x00,0x00};
|