10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define saeckpipa1_width 24
|
|
#define saeckpipa1_height 24
|
|
static char saeckpipa1_bits[] = {
|
|
0xf0,0x1f,0x00,0x7c,0xf8,0x1f,0x06,0xfc,0x1f,0x02,0x7c,0x01,
|
|
0x03,0x08,0x07,0x01,0x00,0x0c,0x01,0x08,0x18,0x01,0x04,0x30,
|
|
0x3f,0x0e,0x60,0x6f,0x0f,0x40,0x4f,0x1f,0xc0,0x2f,0x3e,0x80,
|
|
0x26,0x78,0x80,0x26,0xf0,0x80,0x26,0xe0,0x81,0x26,0xc0,0x83,
|
|
0x26,0x80,0x87,0x26,0x00,0x8f,0x26,0x00,0x86,0x26,0x00,0xc2,
|
|
0x46,0x00,0x60,0x46,0x00,0x20,0x86,0x00,0x30,0x0f,0xff,0x1f};
|