10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define girdle1_width 24
|
|
#define girdle1_height 24
|
|
static char girdle1_bits[] = {
|
|
0x00,0x00,0x00,0x80,0x33,0x00,0xe0,0xf9,0x00,0xf0,0xf9,0x01,
|
|
0xf8,0xf3,0x03,0x7c,0xc0,0x07,0x3e,0x80,0x0f,0x06,0x00,0x0f,
|
|
0x07,0x00,0x1c,0x03,0x00,0x18,0x03,0x00,0x18,0x03,0x00,0x18,
|
|
0x03,0x00,0x18,0x05,0x00,0x14,0x05,0x00,0x14,0x99,0x3f,0x13,
|
|
0xe2,0xfb,0x08,0xc4,0x7b,0x04,0xe8,0xfb,0x02,0xf0,0xf1,0x01,
|
|
0xc0,0x7b,0x00,0x80,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|