#define radio_mask_width 11
#define radio_mask_height 11
#define radio_mask_x_hot 5
#define radio_mask_y_hot 5
static char radio_mask_bits[] = {
   0x70, 0x00, 0xfc, 0x01, 0xfe, 0x03, 0xfe, 0x03, 0xff, 0x07, 0xff, 0x07,
   0xff, 0x07, 0xfe, 0x03, 0xfe, 0x03, 0xfc, 0x01, 0x70, 0x00};
