You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
341B

  1. #define ew_mask_width 16
  2. #define ew_mask_height 16
  3. #define ew_mask_x_hot 8
  4. #define ew_mask_y_hot 8
  5. static unsigned char ew_mask_bits[] = {
  6. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, 0x1c, 0x38,
  7. 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0x1c, 0x38, 0x18, 0x18,
  8. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};