mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
7 lines
282 B
C
7 lines
282 B
C
#define pattern_065_width 10
|
|
#define pattern_065_height 14
|
|
static unsigned char pattern_065_bits[] = {
|
|
0xbd, 0x03, 0xf8, 0x03, 0xff, 0x03, 0xf8, 0x03, 0xbd, 0x03, 0x37, 0x03,
|
|
0xb3, 0x03, 0xf7, 0x02, 0x7f, 0x00, 0xff, 0x03, 0x7f, 0x00, 0xf7, 0x02,
|
|
0xb3, 0x03, 0x37, 0x03 };
|