10 lines
522 B
Plaintext
10 lines
522 B
Plaintext
#define hedge_width 24
|
|
#define hedge_height 24
|
|
static char hedge_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc3, 0x00, 0xf0, 0xc3, 0x0f,
|
|
0xfc, 0xa6, 0x1d, 0x2c, 0x6d, 0x30, 0x94, 0xb6, 0x29, 0xde, 0xfe, 0x3a,
|
|
0xa4, 0x2d, 0x65, 0x5e, 0xf8, 0x69, 0x1a, 0x6c, 0x40, 0xa4, 0xec, 0x69,
|
|
0x0e, 0xda, 0x40, 0x34, 0x78, 0x64, 0x82, 0xb0, 0x40, 0x1c, 0x00, 0x30,
|
|
0x14, 0x08, 0x35, 0xa8, 0x00, 0x08, 0xd0, 0xe7, 0x0f, 0xc0, 0xda, 0x06,
|
|
0xf0, 0x39, 0x0e, 0x98, 0x34, 0x13, 0x10, 0x90, 0x00, 0x00, 0x00, 0x00};
|