#define nothing_mask_width 16
#define nothing_mask_height 16
static char nothing_mask_bits[] = {
 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
 0x3f,0x80,0x7f,0x80,0x3f,0x80,0x1f,0x80,0x3f,0x80,0x7f,0x80,0xfb,0x00,0xf1,
 0x00,0x60};
