mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define eight2_width 16
|
|
#define eight2_height 16
|
|
static char eight2_bits[] = {
|
|
0x30, 0x0c,
|
|
0x30, 0x0c,
|
|
0x30, 0x0c,
|
|
0x33, 0x8c,
|
|
0x3b, 0xc6,
|
|
0x18, 0xe6,
|
|
0xd8, 0x70,
|
|
0xdc, 0x31,
|
|
0x8c, 0x3b,
|
|
0x0e, 0x1b,
|
|
0x67, 0x18,
|
|
0x63, 0xdc,
|
|
0x31, 0xcc,
|
|
0x30, 0x0c,
|
|
0x30, 0x0c,
|
|
0x30, 0x0c,
|
|
|
|
};
|