mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
7 lines
282 B
C
7 lines
282 B
C
#define pattern_084_width 14
|
|
#define pattern_084_height 14
|
|
static unsigned char pattern_084_bits[] = {
|
|
0xef, 0x1d, 0xdf, 0x2f, 0xbb, 0x37, 0x77, 0x3f, 0xee, 0x3e, 0xdd, 0x3d,
|
|
0xbb, 0x3f, 0x77, 0x2f, 0xef, 0x37, 0xde, 0x3b, 0xff, 0x1d, 0xfb, 0x2e,
|
|
0x7d, 0x37, 0xfe, 0x3b };
|