10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define saeckpipa4_width 24
|
|
#define saeckpipa4_height 24
|
|
static char saeckpipa4_bits[] = {
|
|
0x00,0x1f,0x00,0xc0,0xf8,0x1f,0x20,0xfc,0x1f,0x10,0x7c,0x01,
|
|
0x10,0x08,0x07,0x08,0x00,0x0c,0x08,0x18,0x18,0x08,0x78,0x30,
|
|
0x78,0x3c,0x60,0x78,0xfc,0x40,0x78,0xd8,0xc7,0x78,0x80,0x9f,
|
|
0x30,0x00,0x7e,0x70,0x80,0xb1,0x70,0x80,0xa1,0xb0,0x80,0x80,
|
|
0xb0,0x80,0x80,0xb0,0xe0,0x80,0xb0,0x60,0x80,0xb0,0x00,0xc0,
|
|
0x30,0x01,0x60,0x30,0x02,0x20,0x30,0x02,0x30,0x78,0xfc,0x1f};
|