mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
25 lines
567 B
Plaintext
25 lines
567 B
Plaintext
#define handbig_l_width 31
|
|
#define handbig_l_height 19
|
|
static char handbig_l_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x00,
|
|
0x00, 0x00, 0x05, 0x03,
|
|
0xfe, 0xff, 0x00, 0x0c,
|
|
0x41, 0x88, 0x00, 0x30,
|
|
0x01, 0x40, 0x78, 0x40,
|
|
0x22, 0x44, 0x08, 0x00,
|
|
0xfc, 0x7f, 0x24, 0x00,
|
|
0x00, 0x41, 0x24, 0x00,
|
|
0x00, 0x41, 0x24, 0x00,
|
|
0x00, 0x42, 0x44, 0x00,
|
|
0x00, 0x5c, 0x86, 0x01,
|
|
0x00, 0x84, 0x0b, 0x00,
|
|
0x00, 0x04, 0x10, 0x00,
|
|
0x00, 0x08, 0x18, 0x00,
|
|
0x00, 0xf0, 0x0f, 0x40,
|
|
0x00, 0x10, 0x18, 0x30,
|
|
0x00, 0x10, 0x10, 0x18,
|
|
0x00, 0x20, 0x18, 0x06,
|
|
0x00, 0xc0, 0xf7, 0x03,
|
|
|
|
};
|