10 lines
525 B
Plaintext
10 lines
525 B
Plaintext
#define tongue_width 24
|
|
#define tongue_height 24
|
|
static char tongue_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x50, 0x00, 0x00, 0xe4, 0x02, 0x00, 0x58, 0x05, 0x00, 0xf4, 0x0f, 0x00,
|
|
0x5c, 0x30, 0x00, 0x6a, 0x43, 0x00, 0x14, 0x86, 0x00, 0x1c, 0x18, 0x01,
|
|
0x28, 0x30, 0x02, 0x70, 0x20, 0x02, 0xe0, 0x61, 0x04, 0x80, 0x43, 0x04,
|
|
0x00, 0x86, 0x04, 0x00, 0x84, 0x04, 0x00, 0x0c, 0x02, 0x00, 0xd8, 0x01,
|
|
0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|