mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define tweed4_3_width 16
|
|
#define tweed4_3_height 16
|
|
static char tweed4_3_bits[] = {
|
|
0xc2, 0x25,
|
|
0x0e, 0xe9,
|
|
0x97, 0x70,
|
|
0xa4, 0x43,
|
|
0x3d, 0xda,
|
|
0xf1, 0x16,
|
|
0x68, 0x8f,
|
|
0x5b, 0xbc,
|
|
0x3d, 0xda,
|
|
0xf1, 0x16,
|
|
0x68, 0x8f,
|
|
0x5b, 0xbc,
|
|
0xc2, 0x25,
|
|
0x0e, 0xe9,
|
|
0x97, 0x70,
|
|
0xa4, 0x43,
|
|
|
|
};
|