fsgui_icon_arrowx.inc
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. const UINT8 ICON_ArrowX[] = {
  2. #ifndef  MP3_LARGE_GUI
  3.     12,     // w
  4.     12,     // h
  5.     2,      // total-colors
  6.     0x0ff,  // transparent color
  7.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//1
  8.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//2
  9.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//3
  10.     0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,//4
  11.     0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0,//5
  12.     0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0,//6
  13.     0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0,//7
  14.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//8
  15.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//9
  16.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//10
  17.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//11
  18.     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,//12
  19.     
  20. #else
  21.     20,     // w
  22.     20,     // h
  23.     2,      // total-colors
  24.     0x0ff,  // transparent color
  25.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  26.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  27.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  28.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  29.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  30.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  31.     0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,
  32.     0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,
  33.     0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,
  34.     0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,
  35.     0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,
  36.     0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,
  37.     0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,
  38.     0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,
  39.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  40.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  41.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
  42.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
  43.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  
  44.     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  45. #endif
  46. };