10 lines
473 B
Plaintext
10 lines
473 B
Plaintext
#define black_pudding_1_width 24
|
|
#define black_pudding_1_height 24
|
|
static char black_pudding_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x07,0x00,0xf0,0x99,0x0f,
|
|
0xf8,0xf7,0x3f,0xec,0xff,0x37,0xf4,0xff,0x6f,0xf4,0xff,0x6f,
|
|
0xfc,0xff,0x6f,0xf8,0xfd,0x37,0xfc,0xfa,0x3f,0xf6,0xfd,0x1f,
|
|
0xfb,0xff,0x1f,0xff,0xbf,0x3f,0xfb,0x5f,0x6f,0xf6,0xbf,0x6f,
|
|
0xfc,0xff,0x6f,0xfc,0xff,0x37,0xf6,0xff,0x3f,0xf6,0xef,0x1b,
|
|
0xae,0xdf,0x1d,0xfc,0xf1,0x07,0x78,0xe0,0x03,0x00,0x00,0x00};
|