10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define saeckpipa7_width 24
|
|
#define saeckpipa7_height 24
|
|
static char saeckpipa7_bits[] = {
|
|
0x00,0x9f,0x1f,0x80,0xf8,0x0f,0x40,0xfc,0x01,0x20,0x7c,0x01,
|
|
0x20,0x08,0x07,0x10,0x00,0x08,0x10,0x78,0x90,0x10,0xfc,0xff,
|
|
0x10,0xbc,0xff,0xf0,0x3c,0x80,0xf0,0x78,0x00,0xf0,0x00,0x80,
|
|
0xf0,0x00,0x80,0xf0,0x01,0x80,0x60,0x71,0x80,0x60,0x31,0x80,
|
|
0x60,0x11,0x80,0x60,0x11,0x80,0x60,0x11,0x80,0x60,0x1d,0xc0,
|
|
0x60,0x0d,0x60,0x60,0x02,0x20,0x60,0x06,0x30,0xf0,0xf8,0x1f};
|