monitors.xbm
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #define monitors_width 16
  2. #define monitors_height 75
  3. static char monitors_bits[] = {
  4.  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  5.  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x06,
  6.  0x60,0x0f,0x60,0x0f,0xe0,0x0d,0xe0,0x0d,0xc0,0x04,0x60,0x00,0x60,0x00,0xe0,
  7.  0x0f,0xe0,0x0f,0x00,0x00,0xc0,0x07,0xe0,0x0f,0x60,0x0c,0x60,0x0c,0x60,0x0c,
  8.  0xe0,0x0f,0xc0,0x07,0x20,0x08,0xf8,0x0f,0xf8,0x0f,0x20,0x00,0xe8,0x0f,0xe8,
  9.  0x0f,0x00,0x00,0xc0,0x0f,0xe0,0x0f,0x60,0x00,0x60,0x00,0xe0,0x0f,0xe0,0x0f,
  10.  0x00,0x00,0xc0,0x07,0xe0,0x0f,0x60,0x0c,0x60,0x0c,0x60,0x0c,0xe0,0x0f,0xc0,
  11.  0x07,0xf8,0x0f,0xf8,0x0f,0xf8,0x00,0xe0,0x0f,0x00,0x0f,0xe0,0x0f,0xf8,0x00,
  12.  0xf8,0x0f,0xf8,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  13.  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
  14.  };