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 tweed5_5_width 16
|
|
#define tweed5_5_height 16
|
|
static char tweed5_5_bits[] = {
|
|
0xda, 0x3d,
|
|
0x16, 0xf1,
|
|
0x8f, 0x68,
|
|
0x43, 0xa4,
|
|
0x25, 0xc2,
|
|
0xe9, 0x0e,
|
|
0x70, 0x97,
|
|
0x43, 0xa4,
|
|
0x25, 0xc2,
|
|
0xe9, 0x0e,
|
|
0x70, 0x97,
|
|
0x43, 0xa4,
|
|
0x25, 0xc2,
|
|
0x16, 0xf1,
|
|
0x8f, 0x68,
|
|
0xbc, 0x5b,
|
|
|
|
};
|