mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define readthis_width 16
|
|
#define readthis_height 16
|
|
static char readthis_bits[] = {
|
|
0x70, 0x00,
|
|
0xc8, 0x00,
|
|
0x98, 0x01,
|
|
0x38, 0xf1,
|
|
0x3c, 0x4f,
|
|
0x3a, 0x31,
|
|
0x39, 0x01,
|
|
0x26, 0x01,
|
|
0x28, 0x01,
|
|
0x38, 0x03,
|
|
0xf4, 0x05,
|
|
0x24, 0x05,
|
|
0x08, 0x04,
|
|
0x16, 0x34,
|
|
0x19, 0x4c,
|
|
0x1f, 0x7c,
|
|
|
|
};
|