10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define darkelfl_width 24
|
|
#define darkelfl_height 24
|
|
static char darkelfl_bits[] = {
|
|
0x00,0x00,0x00,0x20,0x3c,0x00,0x70,0xfc,0x00,0x70,0xe4,0x00,
|
|
0x70,0xe0,0x00,0x70,0xfc,0x00,0x70,0x5e,0x00,0x70,0x6a,0x00,
|
|
0x70,0xd6,0x00,0x70,0xe3,0x07,0x70,0xe1,0x07,0xfc,0xc3,0x0f,
|
|
0xf0,0xc3,0x1f,0x20,0xaa,0x1f,0x20,0x56,0x1f,0x00,0x1c,0x3f,
|
|
0x00,0x6e,0x7f,0x00,0xc6,0x7e,0x00,0xc6,0x7c,0x00,0x86,0x7d,
|
|
0x00,0x86,0x7f,0x00,0x07,0x7f,0x80,0x83,0x7b,0x00,0x00,0x00};
|