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 tweed2_2_width 16
|
|
#define tweed2_2_height 16
|
|
static char tweed2_2_bits[] = {
|
|
0xe2, 0x21,
|
|
0x2e, 0xed,
|
|
0xb7, 0x74,
|
|
0x84, 0x47,
|
|
0xe2, 0x21,
|
|
0x2e, 0xed,
|
|
0x48, 0x8b,
|
|
0x7b, 0xb8,
|
|
0x1d, 0xde,
|
|
0xd1, 0x12,
|
|
0xb7, 0x74,
|
|
0x84, 0x47,
|
|
0xe2, 0x21,
|
|
0x2e, 0xed,
|
|
0xb7, 0x74,
|
|
0x84, 0x47,
|
|
|
|
};
|