10 lines
528 B
C
10 lines
528 B
C
#define elephant_width 21
|
|
#define elephant_height 21
|
|
static unsigned char elephant_bits[] = {
|
|
0xc0,0x07,0x00,0xc0,0x19,0x00,0xe0,0x76,0x00,0xe0,0xf6,0x00,0xf0,0xf7,0x01,
|
|
0xf8,0xf7,0x03,0xd8,0xf7,0x07,0xfa,0xf7,0x07,0x7d,0xfb,0x07,0xfb,0xfc,0x0f,
|
|
0xfe,0xff,0x0f,0xfc,0xff,0x0f,0xfe,0xff,0x0f,0xf6,0xff,0x0f,0xf2,0xff,0x06,
|
|
0x72,0xe3,0x06,0x73,0xe3,0x06,0x71,0xe3,0x06,0x71,0xe3,0x06,0x70,0xe0,0x00,
|
|
0x00,0x00,0x00,0x00,0xb0,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0xa0,0x84,0x5b,
|
|
0x08,0x67,0x00,0x4b,0x08,0x43,0x00,0x00,0x00 };
|