arch/dev/obsolete/misc/rope

10 lines
524 B
Plaintext

#define rope_width 24
#define rope_height 24
static char rope_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xc0, 0x00, 0x03, 0x20, 0xfe, 0x05,
0x90, 0x01, 0x06, 0x48, 0xfe, 0x09, 0xa8, 0x01, 0x16, 0x68, 0x1c, 0x18,
0x68, 0x02, 0x18, 0xa8, 0x01, 0x16, 0x48, 0xfe, 0x09, 0x90, 0x01, 0x06,
0x10, 0xfe, 0x01, 0x70, 0x00, 0x00, 0x50, 0x18, 0x00, 0xe0, 0x30, 0x00,
0x80, 0x21, 0x00, 0x00, 0x33, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x06, 0x00,
0x20, 0x02, 0x00, 0x60, 0x03, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00};