5 lines
131 B
C
5 lines
131 B
C
|
#define arch_width 8
|
||
|
#define arch_height 8
|
||
|
static unsigned char arch_bits[] = {
|
||
|
0x08, 0x08, 0x1C, 0x1C, 0x36, 0x22, 0x77, 0x41 };
|