10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define woman1_width 24
|
|
#define woman1_height 24
|
|
static char woman1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x70,0x00,0x00,0xf0,0x00,0x00,0xc8,0x00,
|
|
0x00,0xd8,0x01,0x00,0xc8,0x01,0x00,0x30,0x07,0x00,0xcf,0x05,
|
|
0x80,0x01,0x0a,0x40,0x40,0x02,0x38,0x46,0x02,0x88,0x25,0x01,
|
|
0x78,0x98,0x00,0x00,0x48,0x00,0x00,0xfc,0x00,0x00,0x54,0x01,
|
|
0x00,0xaa,0x01,0x00,0x56,0x01,0x00,0xaa,0x02,0x00,0x55,0x03,
|
|
0x00,0xff,0x07,0x00,0x05,0x05,0x80,0x04,0x05,0x80,0x07,0x07};
|