You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
273 B

#define arch_width 15
#define arch_height 15
static unsigned char arch_bits[] = {
0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xf0, 0x01, 0xf0, 0x01,
0xf0, 0x01, 0xf0, 0x01, 0x3c, 0x07, 0x0c, 0x06, 0x0c, 0x06, 0x3f, 0x1f,
0x3f, 0x1f, 0x03, 0x18, 0x03, 0x18 };