plus.xbm 195 B

12345
  1. #define plus_width 9
  2. #define plus_height 9
  3. static unsigned char plus_bits[] = {
  4. 0xff, 0x01, 0x01, 0x01, 0x11, 0x01, 0x11, 0x01, 0x7d, 0x01, 0x11, 0x01,
  5. 0x11, 0x01, 0x01, 0x01, 0xff, 0x01};