#define cu_menu_mask_width 16
#define cu_menu_mask_height 16
#define cu_menu_mask_x_hot 7
#define cu_menu_mask_y_hot 7
static char cu_menu_mask_bits[] = {
   0x00, 0x00, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03,
   0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xc0, 0x03, 0xc0, 0x03,
   0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0x00, 0x00};
