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

通讯编程

开发平台:

Visual C++

  1. #define mark8_width 8
  2. #define mark8_height 8
  3. #define mark8_x_hot 3
  4. #define mark8_y_hot 3
  5. static char mark8_bits[] = {
  6.    0x00, 0x3e, 0x1c, 0x08, 0x1c, 0x3e, 0x00, 0x00};