9 lines
453 B
Plaintext
9 lines
453 B
Plaintext
#define demon3a_width 24
|
|
#define demon3a_height 24
|
|
static char demon3a_bits[] = {
|
|
0x00,0x02,0x00,0xf8,0x21,0x00,0xfe,0x21,0x00,0xff,0x23,0x38,0xff,0x3f,0x7e,
|
|
0xfd,0xbf,0x7f,0xb8,0xff,0x7f,0x00,0x57,0x7f,0x00,0xff,0x7f,0x00,0x7f,0x3f,
|
|
0x80,0xff,0x07,0x80,0x5d,0x06,0x00,0xfc,0x06,0x80,0x7a,0x06,0x80,0xff,0x06,
|
|
0x80,0xbf,0x07,0x80,0xf7,0x06,0x00,0xfb,0x03,0x80,0x06,0x02,0xf0,0x00,0x03,
|
|
0x70,0x00,0x02,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00};
|