mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
#define earsmall_width 11
|
|
#define earsmall_height 14
|
|
static char earsmall_bits[] = {
|
|
0xf8, 0x01,
|
|
0x04, 0x03,
|
|
0x72, 0x06,
|
|
0x0a, 0x04,
|
|
0x02, 0x05,
|
|
0x34, 0x04,
|
|
0xa0, 0x04,
|
|
0x38, 0x06,
|
|
0x08, 0x03,
|
|
0xc6, 0x01,
|
|
0x72, 0x00,
|
|
0x11, 0x00,
|
|
0x1b, 0x00,
|
|
0x0e, 0x00,
|
|
|
|
};
|