10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define acid_sphere_4_width 24
|
|
#define acid_sphere_4_height 24
|
|
static char acid_sphere_4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0xf8,0x00,0x00,0xfe,0x03,0x80,0xf3,0x0f,0xc0,0xfc,0x1f,
|
|
0x40,0xff,0x1f,0x60,0xff,0x3f,0xa0,0xff,0x3f,0xb0,0xff,0x7f,
|
|
0xf0,0xff,0x7f,0xf0,0xff,0x7f,0xf0,0xff,0x7f,0xf0,0xff,0x7f,
|
|
0xe0,0xff,0x3f,0xe0,0xff,0x3f,0xc0,0xff,0x1f,0xc0,0xff,0x1f,
|
|
0x80,0xff,0x0f,0x00,0xfe,0x03,0x00,0xf8,0x00,0x00,0x00,0x00};
|