10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define elf1_width 24
|
|
#define elf1_height 24
|
|
static char elf1_bits[] = {
|
|
0x00,0x00,0x00,0xc0,0x06,0x00,0x00,0x8f,0x01,0x00,0x0b,0x02,
|
|
0x00,0x0f,0x04,0x00,0x06,0x04,0xc0,0x1f,0x08,0xe0,0x7f,0x08,
|
|
0xf0,0xff,0x0d,0xf0,0xbf,0x0f,0x80,0x0f,0x08,0x80,0x0f,0x08,
|
|
0x00,0x05,0x04,0x80,0x07,0x04,0x80,0x0f,0x02,0xc0,0x8f,0x01,
|
|
0xc0,0x1c,0x00,0xe0,0x38,0x00,0x60,0x30,0x00,0x60,0x30,0x00,
|
|
0x30,0x30,0x00,0x30,0x10,0x00,0x30,0x70,0x00,0x00,0x00,0x00};
|