#define nogrid_width 16
#define nogrid_height 16
static char nogrid_bits[] = {
0xff, 0xff, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0x01, 0x80, 
0xff, 0xff, 

};
