blob: 881db11b82f106e355639c99a72d603f7c83fb9a (
plain)
1
2
3
4
5
|
#define arch_width 9
#define arch_height 9
static unsigned char arch_bits[] = {
0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x38, 0x00, 0x38, 0x00, 0x6c, 0x00,
0x44, 0x00, 0xee, 0x00, 0x82, 0x00 };
|