arch/dev/Gloran/Chain

10 lines
527 B
Plaintext

#define Chain_width 24
#define Chain_height 24
static char Chain_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x7e, 0x70,
0xbe, 0xff, 0x7d, 0xf8, 0xc3, 0x1f, 0xe0, 0x00, 0x07, 0xf0, 0x81, 0x0f,
0xb0, 0x81, 0x0d, 0xb8, 0xc3, 0x1d, 0x18, 0xc3, 0x18, 0x18, 0xc3, 0x18,
0x18, 0xc3, 0x18, 0x18, 0xc3, 0x18, 0xb8, 0xc3, 0x1d, 0xb0, 0x81, 0x0d,
0xf0, 0x81, 0x0f, 0xe0, 0x00, 0x07, 0xf8, 0xc3, 0x1f, 0xbe, 0xff, 0x7d,
0x0e, 0x7e, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};