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, 0x00, 0x00, 0x70, 0x00, 0x0e,
|
|
0xfc, 0x81, 0x1d, 0xac, 0x80, 0x31, 0x94, 0x41, 0x2b, 0xde, 0xc0, 0x3a,
|
|
0xa4, 0xc0, 0x67, 0xde, 0xe1, 0x6b, 0x1a, 0x61, 0x47, 0xa4, 0xf3, 0x6d,
|
|
0x8e, 0x9a, 0x47, 0x34, 0x6f, 0x67, 0x82, 0xb6, 0x41, 0x1c, 0xfd, 0x31,
|
|
0x14, 0x58, 0x35, 0xa8, 0x00, 0x08, 0xd0, 0xe7, 0x0f, 0xc0, 0xda, 0x06,
|
|
0xf0, 0x39, 0x0e, 0x98, 0x34, 0x13, 0x10, 0x90, 0x00, 0x00, 0x00, 0x00};
|