mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
7 lines
282 B
C
7 lines
282 B
C
#define pattern_066_width 14
|
|
#define pattern_066_height 14
|
|
static unsigned char pattern_066_bits[] = {
|
|
0xc9, 0x3f, 0xbe, 0x3f, 0xa2, 0x3b, 0xf7, 0x31, 0xa2, 0x3b, 0xbe, 0x3f,
|
|
0xc9, 0x3f, 0x7f, 0x0e, 0x7f, 0x0e, 0xf7, 0x3b, 0xe3, 0x31, 0xf7, 0x3b,
|
|
0x7f, 0x0e, 0x7f, 0x0e };
|