1 #define tblselsw_mask_width 16 2 #define tblselsw_mask_height 16 3 static char tblselsw_mask_bits[] = { 4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0f, 0x80, 0x1f, 5 0xc0, 0x1f, 0xe3, 0x0f, 0xf7, 0x07, 0xff, 0x03, 0xff, 0x01, 0xff, 0x00, 6 0x7f, 0x00, 0xff, 0x00, 0xff, 0x01, 0xff, 0x01 }; 7 8