10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define panther3_width 24
|
|
#define panther3_height 24
|
|
static char panther3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x18,0x00,0x00,0x7e,0x00,0x00,0xfe,0x03,0x1e,0xf8,0xff,0x3f,
|
|
0xd8,0xff,0x7f,0xc4,0xff,0x7f,0xc0,0xff,0xcf,0xe0,0xc7,0x8f,
|
|
0xf0,0x83,0x87,0x38,0x03,0x8e,0x18,0x03,0x0c,0x98,0x03,0x0e};
|