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

通讯编程

开发平台:

Visual C++

  1. #define gray12_width 16
  2. #define gray12_height 16
  3. static unsigned char gray12_bits[] = {
  4.    0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
  5.    0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
  6.    0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};