mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
#define zzz1_width 16
|
|
#define zzz1_height 16
|
|
static char zzz1_bits[] = {
|
|
0x07, 0x00,
|
|
0x02, 0x07,
|
|
0x71, 0x02,
|
|
0x27, 0x01,
|
|
0x10, 0x07,
|
|
0x70, 0x00,
|
|
0x00, 0x00,
|
|
0xce, 0x07,
|
|
0x44, 0x02,
|
|
0x02, 0x01,
|
|
0x8e, 0x08,
|
|
0xc0, 0xcf,
|
|
0x08, 0xc0,
|
|
0xd6, 0x77,
|
|
0x32, 0x4c,
|
|
0xde, 0xff,
|
|
|
|
};
|