10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
#define dancing_girl_width 24
|
|
#define dancing_girl_height 24
|
|
static char dancing_girl_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00,
|
|
0x00, 0x1b, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x04, 0x00, 0x00, 0x1b, 0x00,
|
|
0x80, 0x20, 0x00, 0x40, 0x35, 0x00, 0xc0, 0x6a, 0x00, 0x60, 0x71, 0x00,
|
|
0x60, 0xff, 0x00, 0xe0, 0xdf, 0x00, 0x80, 0x35, 0x00, 0x80, 0x2e, 0x00,
|
|
0x80, 0x35, 0x00, 0x80, 0x2e, 0x00, 0x80, 0x35, 0x00, 0x00, 0x15, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x1b, 0x00, 0x80, 0x31, 0x00, 0x00, 0x00, 0x00};
|