shade.xbm 199 B

123456
  1. #define shade_width 9
  2. #define shade_height 9
  3. static unsigned char shade_bits[] = {
  4. 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01,
  5. 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00 };