10 lines
473 B
Plaintext
10 lines
473 B
Plaintext
#define black_pudding_2_width 24
|
|
#define black_pudding_2_height 24
|
|
static char black_pudding_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xf0,0x00,0xe0,0xfd,0x01,0xf8,0xcf,0x01,
|
|
0xfc,0xf7,0x0f,0xec,0xff,0x1f,0xf6,0xff,0x3f,0xf6,0xff,0x37,
|
|
0xfe,0xff,0x3f,0xfc,0xbf,0x37,0xfc,0x5f,0x1b,0xf8,0xbf,0x1f,
|
|
0xf0,0xfe,0x0f,0x78,0xfd,0x3f,0xfc,0xfe,0x77,0xfe,0xff,0x6f,
|
|
0xfe,0xff,0x7f,0xf6,0xff,0x6f,0xf6,0xff,0x2f,0xee,0xfb,0x37,
|
|
0xfc,0xd7,0x1f,0x78,0xfe,0x0e,0x00,0x78,0x00,0x00,0x00,0x00};
|