mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
234 B
C
7 lines
234 B
C
#define p5_width 16
|
|
#define p5_height 16
|
|
static char p5_bits[] = {
|
|
0x08,0x08,0x08,0x08,0xaa,0xaa,0x41,0x41,0x80,0x80,0x80,0x80,0xaa,0xaa,0x14,
|
|
0x14,0x08,0x08,0x08,0x08,0xaa,0xaa,0x41,0x41,0x80,0x80,0x80,0x80,0xaa,0xaa,
|
|
0x14,0x14};
|