home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xfig2.8 / part16 / panel.h
Encoding:
C/C++ Source or Header  |  1990-07-03  |  35.9 KB  |  573 lines

  1. /* 
  2.  *    FIG : Facility for Interactive Generation of figures
  3.  *
  4.  *    Copyright (c) 1985 by Supoj Sutanthavibul (supoj@sally.UTEXAS.EDU)
  5.  *      November 1985.
  6.  *
  7.  *    %W%    %G%
  8. */
  9.  
  10. static char    addpt_image[128] = {
  11.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  12.     0x00,0x00,0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0x20,0x02,0x00,0x00,0xa0,0x02,0x00,
  13.     0x00,0x60,0x03,0x00,0x00,0xe0,0x03,0x00,0x00,0x10,0x04,0x00,0x00,0x08,0x08,0x00,
  14.     0x00,0x04,0x10,0x00,0x00,0x82,0x20,0x00,0x00,0xc1,0x41,0x00,0x80,0xa0,0x82,0x00,
  15.     0x40,0x80,0x00,0x01,0x20,0x80,0x00,0x02,0x10,0x80,0x00,0x04,0x08,0x80,0x00,0x08,
  16.     0x04,0x80,0x00,0x10,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  17.     0xfc,0xff,0xff,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  18.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  19. mpr_static(addpt_ic, 32, 32, 1, addpt_image);
  20.  
  21. static char    arc_image[128] = {
  22.     0x00,0x00,0x00,0x00,0x20,0x1c,0x00,0x00,0x30,0x24,0x00,0x00,0x20,0xdc,0x00,0x00,
  23.     0x20,0x00,0x03,0x00,0x20,0x00,0x04,0x00,0x20,0x00,0x08,0x00,0x70,0x00,0x10,0x00,
  24.     0x00,0x00,0x20,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x40,0x00,
  25.     0x00,0x00,0x83,0x00,0x00,0x80,0x84,0x00,0x00,0x00,0x44,0x01,0x00,0x00,0x42,0x01,
  26.     0x00,0x00,0x41,0x01,0x00,0x80,0x80,0x00,0x00,0x80,0x87,0x00,0x00,0x00,0x40,0x00,
  27.     0x00,0x00,0x40,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x20,0x00,0x60,0x00,0x10,0x00,
  28.     0x90,0x00,0x08,0x00,0x80,0x00,0x04,0x00,0x60,0x00,0x03,0x00,0x80,0xdc,0x00,0x00,
  29.     0x90,0x24,0x00,0x00,0x60,0x1c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  30. mpr_static(arc_ic, 32, 32, 1, arc_image);
  31.  
  32. static char    autoarrow_image[128] = {
  33.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,
  34.     0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,
  35.     0x00,0xc0,0x01,0x00,0x00,0xa0,0x02,0x00,0x00,0xa0,0x02,0x00,0x00,0xa0,0x02,0x00,
  36.     0x00,0x90,0x04,0x00,0x00,0x90,0x04,0x00,0x00,0x90,0x04,0x00,0x00,0x88,0x08,0x00,
  37.     0x00,0x88,0x08,0x00,0x00,0x88,0x08,0x00,0x00,0x84,0x10,0x00,0x00,0x84,0x10,0x00,
  38.     0x00,0x84,0x10,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,
  39.     0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,
  40.     0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  41. mpr_static(autoarrow_ic, 32, 32, 1, autoarrow_image);
  42.  
  43. static char    backarrow_image[128] = {
  44.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  45.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  46.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x07,0x00,
  47.     0x00,0x78,0x00,0x00,0x80,0x07,0x00,0x00,0xf8,0xff,0xff,0x1f,0xf8,0xff,0xff,0x1f,
  48.     0x80,0x07,0x00,0x00,0x00,0x78,0x00,0x00,0x00,0x80,0x07,0x00,0x00,0x00,0x00,0x00,
  49.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  50.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  51.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  52. mpr_static(backarrow_ic, 32, 32, 1, backarrow_image);
  53.  
  54. static char    latexline_image[128] = {
  55.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x00,0xf8,0x01,0x00,
  56.     0x00,0x0f,0x00,0x00,0x80,0xf7,0x03,0x00,0x80,0x09,0xfc,0x00,0x40,0x31,0x00,0x0f,
  57.     0x20,0xc1,0x00,0x00,0x10,0x01,0x01,0x00,0x10,0x01,0x06,0x00,0x08,0x01,0x08,0x00,
  58.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  59.     0x00,0x00,0x00,0x00,0x18,0xf0,0x83,0x61,0x18,0xf3,0x03,0x33,0x98,0xc4,0x00,0x33,
  60.     0x98,0xc4,0x00,0x1e,0x98,0xc7,0x3e,0x0c,0x98,0xc4,0x06,0x0c,0x98,0xc4,0x06,0x1e,
  61.     0x18,0xc0,0x06,0x33,0xf8,0xc1,0x1e,0x33,0xf8,0xc1,0x86,0x61,0x00,0x00,0x06,0x00,
  62.     0x00,0x00,0x06,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  63. mpr_static(latexline_ic, 32, 32, 1, latexline_image);
  64.  
  65. static char    latexarrow_image[128] = {
  66.     0x00,0x00,0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x00,0x1f,0x00,0x00,0xf8,0x0c,0x00,
  67.     0x00,0x0f,0x00,0x00,0x80,0xf7,0x03,0x00,0x80,0x09,0xfc,0x06,0x40,0x31,0x00,0x0f,
  68.     0x20,0xc1,0x02,0x1f,0x98,0x03,0x03,0x00,0xb8,0x03,0x07,0x00,0x18,0x01,0x0f,0x00,
  69.     0x08,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  70.     0x00,0x00,0x00,0x00,0x18,0xf0,0x83,0x61,0x18,0xf3,0x03,0x33,0x98,0xc4,0x00,0x33,
  71.     0x98,0xc4,0x00,0x1e,0x98,0xc7,0x3e,0x0c,0x98,0xc4,0x06,0x0c,0x98,0xc4,0x06,0x1e,
  72.     0x18,0xc0,0x06,0x33,0xf8,0xc1,0x1e,0x33,0xf8,0xc1,0x86,0x61,0x00,0x00,0x06,0x00,
  73.     0x00,0x00,0x06,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  74. mpr_static(latexarrow_ic, 32, 32, 1, latexarrow_image);
  75.  
  76. static char    box_image[128] = {
  77.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  78.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xff,0xff,0x07,
  79.     0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,
  80.     0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,
  81.     0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,
  82.     0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0xe0,0xff,0xff,0x07,
  83.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  84.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  85. mpr_static(box_ic, 32, 32, 1, box_image);
  86.  
  87. static char    arc_box_image[128] = {
  88.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  89.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  90.     0x00,0xff,0xff,0x00,0xc0,0x00,0x00,0x03,0x20,0x00,0x00,0x04,
  91.     0x20,0x00,0x00,0x04,0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,
  92.     0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,
  93.     0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,
  94.     0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,0x10,0x00,0x00,0x08,
  95.     0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0xc0,0x00,0x00,0x03,
  96.     0x00,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  97.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  98.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  99. mpr_static(arc_box_ic, 32, 32, 1, arc_box_image);
  100.  
  101. static char    break_image[128] = {
  102.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x54,0x55,0x55,0x15,
  103.     0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x10,0x00,0x00,0x38,0x00,0x04,0x00,0xc6,0x10,
  104.     0x00,0x0f,0x01,0x01,0x84,0x30,0x01,0x11,0x40,0x00,0x01,0x01,0x44,0x00,0xc6,0x10,
  105.     0x80,0x00,0x38,0x00,0x04,0x0f,0x00,0x10,0x00,0x30,0x40,0x00,0x04,0x40,0x80,0x10,
  106.     0x00,0x40,0x00,0x01,0x24,0x40,0x00,0x12,0x40,0x20,0x7f,0x02,0x84,0x1f,0x08,0x12,
  107.     0x00,0x00,0x08,0x02,0x04,0x00,0x08,0x12,0xc0,0x3f,0x08,0x01,0x44,0x20,0x88,0x10,
  108.     0x40,0x20,0x48,0x00,0x44,0x20,0x08,0x10,0xc0,0x3f,0x00,0x00,0x04,0x00,0x00,0x10,
  109.     0x00,0x00,0x00,0x00,0x54,0x55,0x55,0x15,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  110. mpr_static(break_ic, 32, 32, 1, break_image);
  111.  
  112. static char    cirrad_image[128] = {
  113.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x0f,0x00,0x00,0x18,0x30,0x00,
  114.     0x00,0x06,0xc0,0x00,0x00,0x01,0x00,0x01,0x80,0x00,0x00,0x02,0x40,0x00,0x00,0x04,
  115.     0x20,0x00,0x00,0x08,0x20,0x00,0x00,0x08,0x10,0x00,0x00,0x10,0x10,0x00,0x00,0x10,
  116.     0x08,0x00,0x00,0x20,0x08,0x00,0x00,0x20,0x08,0x00,0x01,0x20,0x08,0x80,0xff,0x3f,
  117.     0x08,0x00,0x01,0x20,0x08,0x00,0x00,0x20,0x08,0x00,0x00,0x20,0x10,0x00,0x00,0x10,
  118.     0x10,0x00,0x00,0x10,0x20,0x00,0x00,0x08,0x20,0x00,0x00,0x08,0x40,0x00,0x00,0x04,
  119.     0x80,0x00,0x00,0x02,0x00,0x01,0x00,0x01,0x00,0x06,0xc0,0x00,0x00,0x18,0x30,0x00,
  120.     0x00,0xe0,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  121. mpr_static(cirrad_ic, 32, 32, 1, cirrad_image);
  122.  
  123. static char    cirdia_image[128] = {
  124.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x0f,0x00,0x00,0x18,0x30,0x00,
  125.     0x00,0x06,0xc0,0x00,0x00,0x01,0x00,0x01,0x80,0x00,0x00,0x02,0x40,0x00,0x00,0x04,
  126.     0x20,0x00,0x00,0x08,0x20,0x00,0x00,0x08,0x10,0x00,0x00,0x10,0x10,0x00,0x00,0x10,
  127.     0x08,0x00,0x00,0x20,0x08,0x00,0x00,0x20,0x08,0x00,0x01,0x20,0xf8,0xff,0xff,0x3f,
  128.     0x08,0x00,0x01,0x20,0x08,0x00,0x00,0x20,0x08,0x00,0x00,0x20,0x10,0x00,0x00,0x10,
  129.     0x10,0x00,0x00,0x10,0x20,0x00,0x00,0x08,0x20,0x00,0x00,0x08,0x40,0x00,0x00,0x04,
  130.     0x80,0x00,0x00,0x02,0x00,0x01,0x00,0x01,0x00,0x06,0xc0,0x00,0x00,0x18,0x30,0x00,
  131.     0x00,0xe0,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  132. mpr_static(cirdia_ic, 32, 32, 1, cirdia_image);
  133.  
  134. static char    c_spl_image[128] = {
  135.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0x03,0x00,
  136.     0x80,0x03,0x0c,0x00,0x40,0x00,0x10,0x00,0x20,0x00,0x20,0x00,0x20,0x00,0x20,0x00,
  137.     0x20,0x00,0x10,0x00,0x20,0x00,0x08,0x00,0x40,0x00,0x06,0x00,0x80,0x87,0x01,0x00,
  138.     0x00,0xf8,0x0f,0x00,0x00,0x06,0xf0,0x00,0x80,0x01,0x00,0x01,0x60,0x00,0x00,0x02,
  139.     0x10,0x00,0x00,0x04,0x08,0x00,0x00,0x04,0x08,0x00,0x00,0x04,0x04,0x00,0x00,0x04,
  140.     0x04,0x00,0x00,0x04,0x04,0x00,0x00,0x02,0x08,0x00,0x00,0x01,0x08,0x00,0x80,0x00,
  141.     0x10,0x00,0x60,0x00,0xe0,0x00,0x1e,0x00,0x00,0xff,0x01,0x00,0x00,0x00,0x00,0x00,
  142.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  143. mpr_static(c_spl_ic, 32, 32, 1, c_spl_image);
  144.  
  145. static char    copy_image[128] = {
  146.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  147.     0x00,0x00,0x00,0x00,0x70,0x00,0x80,0x03,0xf8,0x00,0xc0,0x07,0x8c,0x01,0x60,0x0c,
  148.     0x86,0x01,0x30,0x0c,0x86,0x01,0x30,0x0c,0x86,0x01,0x30,0x0c,0x06,0x03,0x31,0x18,
  149.     0x06,0x03,0x33,0x18,0x06,0xfb,0x37,0x18,0x06,0x03,0x33,0x18,0x06,0x03,0x31,0x18,
  150.     0x86,0x01,0x30,0x0c,0x86,0x01,0x30,0x0c,0x8c,0x01,0x60,0x0c,0x98,0x01,0xc0,0x0c,
  151.     0xf0,0x00,0x80,0x07,0x60,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  152.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  153.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  154. mpr_static(copy_ic, 32, 32, 1, copy_image);
  155.  
  156. static char    glue_image[128] = {
  157.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0xff,0xff,0x1f,
  158.     0xfc,0xff,0xff,0x1f,0x0c,0x00,0x00,0x18,0x0c,0x00,0x38,0x18,0x0c,0x00,0xc6,0x18,
  159.     0x0c,0x0f,0x01,0x19,0x8c,0x30,0x01,0x19,0x4c,0x00,0x01,0x19,0x4c,0x00,0xc6,0x18,
  160.     0x8c,0x00,0x38,0x18,0x0c,0x0f,0x00,0x18,0x0c,0x30,0x40,0x18,0x0c,0x40,0x80,0x18,
  161.     0x0c,0x40,0x00,0x19,0x2c,0x40,0x00,0x1a,0x4c,0x20,0x7f,0x1a,0x8c,0x1f,0x08,0x1a,
  162.     0x0c,0x00,0x08,0x1a,0x0c,0x00,0x08,0x1a,0xcc,0x3f,0x08,0x19,0x4c,0x20,0x88,0x18,
  163.     0x4c,0x20,0x48,0x18,0x4c,0x20,0x08,0x18,0xcc,0x3f,0x00,0x18,0x0c,0x00,0x00,0x18,
  164.     0xfc,0xff,0xff,0x1f,0xfc,0xff,0xff,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  165. mpr_static(glue_ic, 32, 32, 1, glue_image);
  166.  
  167. static char    dashline_image[128] = {
  168.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  169.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  170.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  171.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7c,0x7c,0x7c,0x7c,
  172.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  173.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  174.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  175.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  176. mpr_static(dashline_ic, 32, 32, 1, dashline_image);
  177.  
  178. static char    dottedline_image[128] = {
  179.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  180.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  181.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  182.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x21,0x84,0x10,
  183.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  184.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  185.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  186.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  187. mpr_static(dottedline_ic, 32, 32, 1, dottedline_image);
  188.  
  189. static char    deletept_image[128] = {
  190.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x01,0x00,0x00,
  191.     0x40,0x0a,0x00,0x00,0x80,0x0c,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x1e,0x00,0x00,
  192.     0x06,0x2e,0x00,0x00,0x1a,0x4a,0x00,0x00,0x62,0x99,0x00,0x00,0x8c,0x29,0x01,0x00,
  193.     0x30,0x4e,0x02,0x00,0xc0,0x98,0x04,0x00,0x40,0x63,0x09,0x00,0x40,0x8c,0x13,0x00,
  194.     0x20,0x38,0x16,0x00,0x20,0xc8,0x38,0x1e,0x10,0x88,0x7f,0x3f,0x10,0x08,0xf0,0x63,
  195.     0x08,0x08,0x60,0x4f,0x08,0x08,0xf0,0x7c,0x04,0x08,0xb0,0x31,0x04,0x08,0x30,0x03,
  196.     0x02,0x08,0x60,0x02,0x02,0x08,0xc0,0x02,0x00,0x08,0x80,0x03,0x00,0x08,0x00,0x00,
  197.     0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  198. mpr_static(deletept_ic, 32, 32, 1, deletept_image);
  199.  
  200. static char    ellrad_image[128] = {
  201.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  202.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x0f,0x00,0x00,0x1c,0x71,0x00,
  203.     0x00,0x03,0x81,0x01,0x80,0x00,0x01,0x02,0x40,0x00,0x01,0x04,0x20,0x00,0x01,0x08,
  204.     0x10,0x00,0x01,0x10,0x10,0x00,0x01,0x10,0x08,0x00,0x01,0x20,0x08,0x80,0xff,0x3f,
  205.     0x08,0x00,0x01,0x20,0x10,0x00,0x00,0x10,0x10,0x00,0x00,0x10,0x20,0x00,0x00,0x08,
  206.     0x40,0x00,0x00,0x04,0x80,0x00,0x00,0x02,0x00,0x03,0x80,0x01,0x00,0x1c,0x70,0x00,
  207.     0x00,0xe0,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  208.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  209. mpr_static(ellrad_ic, 32, 32, 1, ellrad_image);
  210.  
  211. static char    elldia_image[128] = {
  212.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  213.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x0f,0x00,0x00,0x1c,0x71,0x00,
  214.     0x00,0x03,0x81,0x01,0x80,0x00,0x01,0x02,0x40,0x00,0x01,0x04,0x20,0x00,0x01,0x08,
  215.     0x10,0x00,0x01,0x10,0x10,0x00,0x01,0x10,0x08,0x00,0x01,0x20,0xf8,0xff,0xff,0x3f,
  216.     0x08,0x00,0x01,0x20,0x10,0x00,0x01,0x10,0x10,0x00,0x01,0x10,0x20,0x00,0x01,0x08,
  217.     0x40,0x00,0x01,0x04,0x80,0x00,0x01,0x02,0x00,0x03,0x81,0x01,0x00,0x1c,0x71,0x00,
  218.     0x00,0xe0,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  219.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  220. mpr_static(elldia_ic, 32, 32, 1, elldia_image);
  221.  
  222. static char    flip_x_image[128] = {
  223.     0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x40,0x01,0x00,0x00,0x40,0x01,0x00,
  224.     0x00,0x20,0x02,0x00,0x00,0x20,0x02,0x00,0x00,0x10,0x04,0x00,0x00,0x10,0x04,0x00,
  225.     0x00,0x08,0x08,0x00,0x00,0x08,0x08,0x00,0x00,0x04,0x10,0x00,0x00,0x7c,0x1f,0x00,
  226.     0x00,0xc0,0x01,0x00,0x00,0x60,0x03,0x00,0x00,0x50,0x05,0x00,0x2c,0xd5,0xb5,0x24,
  227.     0x00,0x50,0x05,0x00,0x00,0x60,0x03,0x00,0x00,0xc0,0x01,0x00,0x00,0x7c,0x1f,0x00,
  228.     0x00,0x04,0x10,0x00,0x00,0x08,0x08,0x00,0x00,0x08,0x08,0x00,0x00,0x10,0x04,0x00,
  229.     0x00,0x10,0x04,0x00,0x00,0x20,0x02,0x00,0x00,0x20,0x02,0x00,0x00,0x40,0x01,0x00,
  230.     0x00,0x40,0x01,0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  231. mpr_static(flip_x_ic, 32, 32, 1, flip_x_image);
  232.  
  233. static char    flip_y_image[128] = {
  234.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x03,0xe0,0x00,
  235.     0x40,0x04,0x10,0x01,0x20,0x08,0x08,0x02,0x20,0x08,0x08,0x02,0x20,0x08,0x08,0x02,
  236.     0x40,0x04,0x10,0x01,0x80,0xc2,0xa1,0x00,0x80,0x22,0xa2,0x00,0x70,0xfc,0x1f,0x07,
  237.     0x08,0x90,0x04,0x08,0x64,0xf8,0x0f,0x12,0x52,0x24,0x12,0x25,0x4a,0xc4,0x11,0x29,
  238.     0x26,0x08,0x08,0x32,0x20,0x08,0x08,0x02,0x10,0x10,0x04,0x04,0x10,0x10,0x04,0x04,
  239.     0x08,0x20,0x02,0x08,0x78,0x3d,0x5e,0x0f,0x40,0x05,0x50,0x01,0x40,0x05,0x50,0x01,
  240.     0x40,0x05,0x50,0x01,0x40,0x05,0x50,0x01,0x40,0x05,0x50,0x01,0x40,0x05,0x50,0x01,
  241.     0xc0,0x07,0xf0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  242. mpr_static(flip_y_ic, 32, 32, 1, flip_y_image);
  243.  
  244. static char    forarrow_image[128] = {
  245.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  246.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  247.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x01,0x00,
  248.     0x00,0x00,0x1e,0x00,0x00,0x00,0xe0,0x01,0xf8,0xff,0xff,0x1f,0xf8,0xff,0xff,0x1f,
  249.     0x00,0x00,0xe0,0x01,0x00,0x00,0x1e,0x00,0x00,0xe0,0x01,0x00,0x00,0x00,0x00,0x00,
  250.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  251.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  252.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  253. mpr_static(forarrow_ic, 32, 32, 1, forarrow_image);
  254.  
  255. static char    grid1_image[128] = {
  256.     0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,
  257.     0xff,0xff,0xff,0xff,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,
  258.     0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0xff,0xff,0xff,0xff,0x08,0x82,0x20,0x08,
  259.     0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,
  260.     0xff,0xff,0xff,0xff,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,
  261.     0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0xff,0xff,0xff,0xff,0x08,0x82,0x20,0x08,
  262.     0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,
  263.     0xff,0xff,0xff,0xff,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08,0x08,0x82,0x20,0x08, };
  264. mpr_static(grid1_ic, 32, 32, 1, grid1_image);
  265.  
  266. static char    grid2_image[128] = {
  267.     0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  268.     0xff,0xff,0xff,0xff,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  269.     0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  270.     0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  271.     0xff,0xff,0xff,0xff,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  272.     0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  273.     0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,
  274.     0xff,0xff,0xff,0xff,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08,0x08,0x80,0x00,0x08, };
  275. mpr_static(grid2_ic, 32, 32, 1, grid2_image);
  276.  
  277. static char    intspl_image[128] = {
  278.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x00,0x00,0x00,0xfc,0x03,0x00,
  279.     0x80,0xe3,0x7c,0x00,0x40,0x00,0x70,0x00,0x20,0x00,0x70,0x00,0x70,0x00,0x00,0x00,
  280.     0x70,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x80,0xc7,0x01,0x00,
  281.     0x00,0xf8,0x0f,0x00,0x00,0xc0,0xf1,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x02,
  282.     0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x0e,0x0e,0x00,0x00,0x0e,
  283.     0x0e,0x00,0x00,0x04,0x0e,0x00,0x00,0x02,0x08,0x00,0x00,0x01,0x08,0x00,0x80,0x00,
  284.     0x10,0x00,0x60,0x00,0xe0,0x38,0x1e,0x00,0x00,0xff,0x01,0x00,0x00,0x38,0x00,0x00,
  285.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  286. mpr_static(intspl_ic, 32, 32, 1, intspl_image);
  287.  
  288. static char    c_intspl_image[128] = {
  289.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0xfc,0x03,0x00,
  290.     0x80,0x73,0x0c,0x00,0x40,0x00,0x38,0x00,0x70,0x00,0x38,0x00,0x70,0x00,0x38,0x00,
  291.     0x70,0x00,0x10,0x00,0x20,0x00,0x08,0x00,0x40,0x00,0x06,0x00,0x80,0x87,0x03,0x00,
  292.     0x00,0xf8,0x0f,0x00,0x00,0x86,0xf3,0x00,0x80,0x01,0x00,0x01,0x60,0x00,0x00,0x02,
  293.     0x10,0x00,0x00,0x04,0x08,0x00,0x00,0x0e,0x08,0x00,0x00,0x0e,0x1c,0x00,0x00,0x0e,
  294.     0x1c,0x00,0x00,0x04,0x1c,0x00,0x00,0x02,0x08,0x00,0x00,0x01,0x08,0x00,0x80,0x00,
  295.     0x10,0x00,0x60,0x00,0xe0,0x38,0x1e,0x00,0x00,0xff,0x01,0x00,0x00,0x38,0x00,0x00,
  296.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  297. mpr_static(c_intspl_ic, 32, 32, 1, c_intspl_image);
  298.  
  299. static char    line_image[128] = {
  300.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  301.     0x00,0x04,0x00,0x01,0x00,0x0c,0x00,0x03,0x00,0x12,0x00,0x03,0x00,0x12,0x00,0x05,
  302.     0x00,0x21,0x00,0x05,0x00,0x21,0x00,0x05,0x80,0x40,0x00,0x09,0x80,0x40,0x80,0x08,
  303.     0x40,0x80,0x80,0x08,0x40,0x80,0x80,0x10,0x20,0x00,0x81,0x10,0x20,0x00,0x81,0x10,
  304.     0x10,0x80,0x80,0x00,0x10,0x40,0x40,0x00,0x08,0x20,0x40,0x00,0x08,0x10,0x40,0x00,
  305.     0x00,0x08,0x40,0x00,0x00,0x04,0x40,0x00,0x00,0x02,0x40,0x00,0x00,0x03,0x20,0x00,
  306.     0x00,0x0c,0x10,0x00,0x00,0x30,0x08,0x00,0x00,0xc0,0x04,0x00,0x00,0x00,0x03,0x00,
  307.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  308. mpr_static(line_ic, 32, 32, 1, line_image);
  309.  
  310. static char    magnet_image[128] = {
  311.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x0f,0x00,0x00,0x0e,0x70,0x00,
  312.     0x80,0x01,0x80,0x01,0x40,0x00,0x00,0x02,0x20,0x00,0x00,0x04,0x10,0xc0,0x03,0x08,
  313.     0x10,0x20,0x04,0x08,0x08,0x10,0x08,0x10,0x08,0x08,0x10,0x10,0x08,0x08,0x10,0x10,
  314.     0x08,0x08,0x10,0x10,0x04,0x04,0x20,0x20,0x04,0x04,0x20,0x20,0x04,0x04,0x20,0x20,
  315.     0x04,0x04,0x20,0x20,0x04,0x04,0x20,0x20,0x04,0x04,0x20,0x20,0x08,0x08,0x10,0x10,
  316.     0x08,0x08,0x10,0x10,0x48,0x0c,0xd0,0x11,0xc8,0x0c,0x30,0x12,0x50,0x15,0xc8,0x09,
  317.     0x50,0x16,0x08,0x0a,0x50,0x14,0x28,0x0a,0x60,0x24,0xc4,0x05,0x20,0x20,0x04,0x04,
  318.     0xe0,0x3f,0xfc,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  319. mpr_static(magnet_ic, 32, 32, 1, magnet_image);
  320.  
  321. static char    unconstraint_image[128] = {
  322.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xa0,0xfa,0x01,
  323.     0x00,0x08,0xf4,0x01,0x00,0x02,0xe0,0x01,0x00,0x00,0xc4,0x02,0x80,0x00,0x00,0x06,
  324.     0x00,0x00,0x02,0x08,0x20,0x00,0x00,0x0c,0x00,0x00,0x02,0x16,0x10,0x00,0x80,0x13,
  325.     0x00,0x00,0xe2,0x10,0x08,0x00,0x70,0x20,0x00,0x00,0x19,0xf8,0x08,0x00,0x0e,0x70,
  326.     0x00,0x00,0x03,0x70,0x08,0x00,0x14,0x70,0x00,0x00,0x42,0x20,0x08,0x00,0x00,0x21,
  327.     0x00,0x00,0x08,0x04,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x20,0x00,0x00,0x08,
  328.     0x00,0x00,0x20,0x00,0x80,0x00,0x00,0x02,0x00,0x00,0x40,0x00,0x00,0x02,0x80,0x00,
  329.     0x00,0x08,0x20,0x00,0x00,0xa0,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  330. mpr_static(unconstraint_ic, 32, 32, 1, unconstraint_image);
  331.  
  332. static char    mounthattan_image[128] = {
  333.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  334.     0x00,0x00,0x00,0x00,0x00,0xf8,0x01,0x00,0x00,0xf8,0x01,0x00,0x00,0x98,0x01,0x00,
  335.     0x00,0x98,0x01,0x02,0x00,0x98,0x01,0x05,0x00,0x9c,0x83,0x08,0x00,0x9c,0x43,0x10,
  336.     0x80,0x0c,0x23,0x20,0x40,0x0d,0x13,0x40,0x20,0x0e,0x0b,0x80,0x10,0x0c,0x07,0x00,
  337.     0x08,0x0c,0x03,0x00,0x04,0x0c,0x03,0x00,0x02,0x0c,0x0f,0x00,0x01,0x0c,0x0f,0x00,
  338.     0x00,0x0c,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  339.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  340.     0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  341. mpr_static(mounthattan_ic, 32, 32, 1, mounthattan_image);
  342.  
  343. static char    manhattan_image[128] = {
  344.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  345.     0x00,0x00,0x00,0x00,0x00,0xf8,0x01,0x00,0x00,0xf8,0x01,0x00,0x00,0x98,0x01,0x00,
  346.     0x00,0x98,0x01,0x00,0x00,0x98,0x01,0xf0,0x00,0x9c,0x03,0xf0,0x00,0x9c,0x03,0x30,
  347.     0x00,0x0c,0x03,0x30,0x00,0x0c,0x03,0x30,0x00,0x0c,0x03,0x30,0x7c,0x0c,0xf3,0x31,
  348.     0x7c,0x0c,0xf3,0x31,0x6c,0x0c,0xb3,0x31,0x6c,0x0c,0xbf,0x31,0x6c,0x0c,0xbf,0x31,
  349.     0xec,0x0f,0x80,0x31,0xec,0x0f,0x80,0x31,0x0c,0x00,0x80,0x3f,0x0c,0x00,0x80,0x3f,
  350.     0x0f,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  351.     0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  352. mpr_static(manhattan_ic, 32, 32, 1, manhattan_image);
  353.  
  354. static char    mountain_image[128] = {
  355.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  356.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  357.     0x00,0x00,0x00,0x00,0x30,0x00,0x00,0x00,0x78,0x00,0x00,0x00,0xcc,0x00,0x00,0x00,
  358.     0x86,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0x01,0x06,0x00,0x00,0x00,0x0c,0x00,0x00,
  359.     0x00,0x18,0x00,0x18,0x00,0x30,0x00,0x3c,0x00,0x60,0x00,0x66,0x00,0xc0,0x00,0xc3,
  360.     0x00,0x80,0x81,0x01,0x00,0x00,0xc3,0x00,0x00,0x00,0x66,0x00,0x00,0x00,0x3c,0x00,
  361.     0x00,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  362.     0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  363. mpr_static(mountain_ic, 32, 32, 1, mountain_image);
  364.  
  365. static char    move_image[128] = {
  366.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  367.     0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x03,0x50,0x00,0xc0,0x07,0x08,0x00,0x60,0x0c,
  368.     0x84,0x00,0x30,0x0c,0x00,0x00,0x30,0x0c,0x84,0x00,0x30,0x0c,0x00,0x01,0x31,0x18,
  369.     0x04,0x00,0x33,0x18,0x00,0xf9,0x37,0x18,0x04,0x00,0x33,0x18,0x00,0x01,0x31,0x18,
  370.     0x04,0x00,0x30,0x0c,0x80,0x00,0x30,0x0c,0x08,0x00,0x60,0x0c,0x90,0x00,0xc0,0x0c,
  371.     0x40,0x00,0x80,0x07,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  372.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  373.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  374. mpr_static(move_ic, 32, 32, 1, move_image);
  375.  
  376. static char    movept_image[128] = {
  377.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x80,0xc0,0x0f,
  378.     0x00,0x00,0xc1,0x0f,0xc0,0xff,0xc3,0x0c,0x04,0x00,0xc1,0x0f,0x00,0x80,0xc0,0x0f,
  379.     0x10,0x40,0x60,0x03,0x04,0x00,0x30,0x03,0x40,0x00,0x18,0x03,0x00,0x00,0x0c,0x03,
  380.     0x04,0x01,0x06,0x03,0x00,0x00,0x03,0x03,0x00,0x84,0x01,0x03,0x04,0xc0,0x00,0x03,
  381.     0x00,0x70,0x00,0x03,0x00,0x30,0x00,0x03,0x04,0x58,0x00,0x03,0x00,0x0c,0x00,0x03,
  382.     0x00,0x06,0x01,0x03,0x04,0x03,0x00,0x03,0x80,0x01,0x04,0x03,0xc0,0x00,0x00,0x03,
  383.     0x64,0x00,0x10,0x03,0x30,0x00,0x00,0x03,0x18,0x00,0x40,0x03,0x0c,0x00,0x00,0x03,
  384.     0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  385. mpr_static(movept_ic, 32, 32, 1, movept_image);
  386.  
  387. static char    polygon_image[128] = {
  388.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xff,0x1f,0x00,
  389.     0x40,0x00,0x20,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x80,0x00,0x40,0x00,0x00,0x01,
  390.     0x40,0x00,0x00,0x02,0x40,0x00,0x00,0x02,0x40,0x00,0x00,0x02,0x40,0x00,0x00,0x02,
  391.     0x40,0x00,0x00,0x02,0x40,0x00,0x00,0x01,0x40,0x00,0x80,0x00,0x40,0x00,0x40,0x00,
  392.     0x40,0x00,0x20,0x00,0x40,0xc0,0x1f,0x00,0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,
  393.     0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,
  394.     0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,0x40,0x40,0x00,0x00,
  395.     0xc0,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  396. mpr_static(polygon_ic, 32, 32, 1, polygon_image);
  397.  
  398. static char    remove_image[128] = {
  399.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  400.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  401.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x01,0x00,
  402.     0x00,0xf0,0x03,0x00,0x00,0xf8,0x07,0x00,0x00,0xcc,0x0c,0x00,
  403.     0x00,0xcc,0x0c,0x00,0x00,0xf8,0x07,0x00,0x00,0xf0,0x03,0x00,
  404.     0x00,0xe0,0x01,0x00,0x00,0xe1,0x21,0x00,0x00,0xe1,0x61,0x00,
  405.     0x00,0xc2,0x10,0x00,0x00,0x1c,0x0e,0x00,0x00,0xe0,0x01,0x00,
  406.     0x00,0xf8,0x47,0x00,0x00,0x0f,0x7c,0x00,0x00,0x01,0x20,0x00,
  407.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  408.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  409.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  410. mpr_static(remove_ic, 32, 32, 1, remove_image);
  411.  
  412. static char    rot270_image[128] = {
  413.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  414.     0x00,0xc0,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0xfc,0x0f,0x00,0x00,0x04,0x03,0x00,
  415.     0x00,0xc4,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,
  416.     0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,
  417.     0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x15,0x00,0x00,
  418.     0x80,0x24,0x00,0x00,0x80,0xfc,0xff,0x0f,0x80,0x20,0x00,0x08,0x00,0x11,0x00,0x08,
  419.     0x00,0x0e,0x00,0x08,0x00,0x00,0x00,0x2a,0x00,0x00,0x00,0x2a,0x00,0x00,0x00,0x1c,
  420.     0x00,0x00,0x00,0x1c,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x00, };
  421. mpr_static(rot270_ic, 32, 32, 1, rot270_image);
  422.  
  423. static char    rot90_image[128] = {
  424.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  425.     0x60,0x00,0x00,0x00,0x18,0x00,0x00,0x00,0xfe,0x07,0x00,0x00,0x18,0x04,0x00,0x00,
  426.     0x60,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,
  427.     0x00,0x04,0x00,0x08,0x00,0x04,0x00,0x08,0x00,0x04,0x00,0x1c,0x00,0x04,0x00,0x1c,
  428.     0x00,0x04,0x00,0x2a,0x00,0x04,0x00,0x2a,0x00,0x0e,0x00,0x08,0x00,0x15,0x00,0x08,
  429.     0x80,0x24,0x00,0x08,0x80,0xfc,0xff,0x0f,0x80,0x20,0x00,0x00,0x00,0x11,0x00,0x00,
  430.     0x00,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  431.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  432. mpr_static(rot90_ic, 32, 32, 1, rot90_image);
  433.  
  434. static char    scale_image[128] = {
  435.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x54,0xff,0xff,0x1f,
  436.     0xa8,0xff,0xff,0x1f,0x04,0x03,0x00,0x18,0x08,0x03,0x78,0x18,0x04,0x03,0x86,0x19,
  437.     0x08,0x0f,0x01,0x1a,0x84,0x33,0x01,0x1a,0x48,0x03,0x01,0x1a,0x44,0x03,0x86,0x19,
  438.     0x88,0x03,0x78,0x18,0x04,0x1f,0x00,0x18,0x08,0x23,0x40,0x18,0x04,0x43,0x80,0x18,
  439.     0x08,0x43,0x00,0x19,0x24,0x43,0x00,0x1a,0x48,0x23,0x7f,0x1a,0x84,0x1f,0x08,0x1a,
  440.     0x08,0x03,0x08,0x1a,0x04,0x03,0x08,0x1a,0xc8,0xff,0xff,0x1f,0x44,0xff,0xff,0x1f,
  441.     0x48,0x20,0x48,0x08,0x44,0x20,0x08,0x10,0xc8,0x3f,0x00,0x08,0x04,0x00,0x00,0x10,
  442.     0xa8,0xaa,0xaa,0x0a,0x54,0x55,0x55,0x15,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  443. mpr_static(scale_ic, 32, 32, 1, scale_image);
  444.  
  445. static char    turn_image[128] = {
  446.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  447.     0x80,0x00,0x00,0x20,0x40,0x00,0x00,0x10,0x20,0x00,0x00,0x08,0x10,0x00,0x00,0x04,
  448.     0x08,0x00,0x00,0x02,0x08,0x00,0x00,0x01,0x04,0x00,0x80,0x00,0x04,0x00,0x40,0x00,
  449.     0x04,0x00,0x20,0x00,0x04,0x00,0x10,0x00,0x08,0x00,0x20,0x00,0x08,0x00,0x40,0x00,
  450.     0x10,0x00,0x80,0x00,0x10,0x00,0x00,0x01,0x20,0x00,0x00,0x02,0x20,0x10,0x08,0x04,
  451.     0x40,0x08,0x10,0x08,0x40,0xfc,0x3f,0x10,0x40,0x08,0x10,0x08,0x20,0x10,0x08,0x04,
  452.     0x20,0x00,0x00,0x02,0x10,0x00,0x00,0x01,0x08,0x00,0x80,0x00,0x04,0x00,0x40,0x00,
  453.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  454. mpr_static(turn_ic, 32, 32, 1, turn_image);
  455.  
  456. static char    solidline_image[128] = {
  457.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  458.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  459.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  460.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0xff,0xff,0x1f,
  461.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  462.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  463.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  464.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  465. mpr_static(solidline_ic, 32, 32, 1, solidline_image);
  466.  
  467. static char    spl_image[128] = {
  468.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0x03,0x00,
  469.     0x80,0x03,0x1c,0x00,0x40,0x00,0x20,0x00,0x20,0x00,0x00,0x00,0x20,0x00,0x00,0x00,
  470.     0x20,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x80,0x07,0x00,0x00,
  471.     0x00,0xf8,0x0f,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x02,
  472.     0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x04,
  473.     0x04,0x00,0x00,0x04,0x04,0x00,0x00,0x02,0x08,0x00,0x00,0x01,0x08,0x00,0x80,0x00,
  474.     0x10,0x00,0x60,0x00,0xe0,0x00,0x1e,0x00,0x00,0xff,0x01,0x00,0x00,0x00,0x00,0x00,
  475.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  476. mpr_static(spl_ic, 32, 32, 1, spl_image);
  477.  
  478. static char    text_image[128] = {
  479.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  480.     0xe0,0xff,0xff,0x07,0xe0,0xe0,0x07,0x07,0x60,0xc0,0x03,0x06,0x20,0xc0,0x03,0x04,
  481.     0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,
  482.     0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,
  483.     0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,
  484.     0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,0x03,0x00,
  485.     0x00,0xc0,0x03,0x00,0x00,0xe0,0x07,0x00,0x00,0xf8,0x1f,0x00,0x00,0x00,0x00,0x00,
  486.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
  487. mpr_static(text_ic, 32, 32, 1, text_image);
  488.  
  489. static char     change_image[128] = {
  490.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  491.    0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x00, 0x08, 0x04, 0x00, 0x00,
  492.    0x08, 0x04, 0x00, 0x00, 0x08, 0x04, 0x00, 0x00, 0x08, 0x34, 0xf0, 0x0e,
  493.    0x08, 0xc4, 0x08, 0x10, 0x08, 0x04, 0x0b, 0x10, 0x08, 0x04, 0x08, 0x10,
  494.    0x08, 0x04, 0x00, 0x00, 0x08, 0x04, 0x08, 0x10, 0x08, 0x04, 0x08, 0x10,
  495.    0x08, 0xb4, 0x09, 0x10, 0x08, 0x04, 0x00, 0x00, 0x08, 0x04, 0x08, 0x10,
  496.    0x08, 0x04, 0x08, 0x10, 0x08, 0x04, 0x08, 0x10, 0x08, 0x04, 0x00, 0x00,
  497.    0x08, 0x04, 0xeb, 0x16, 0x08, 0xc4, 0x00, 0x00, 0x08, 0x34, 0x00, 0x00,
  498.    0x08, 0x04, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  499.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  500.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  501. mpr_static(change_ic, 32, 32, 1, change_image);
  502.  
  503. static char incdec_thick_image[128]={
  504.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  505.     0x00,0x0c,0x60,0x00,0x00,0x06,0xc0,0x00,0x00,0xff,0xff,0x01,
  506.     0x00,0xff,0xff,0x01,0x00,0x06,0xc0,0x00,0x00,0x0c,0x60,0x00,
  507.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  508.     0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xff,0x00,0x80,0xff,0xff,
  509.     0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,
  510.     0x00,0x80,0xff,0xff,0x00,0x00,0xe0,0xff,0x00,0x00,0x00,0x00,
  511.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  512.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  513.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  514.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  515. mpr_static(incdec_thick_ic, 32, 32, 1, incdec_thick_image);
  516.  
  517. static char fill_color_image[128]={
  518.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  519.     0x00,0x0c,0x18,0x00,0x00,0x06,0x30,0x00,0x00,0xff,0x7f,0x00,
  520.     0x00,0xff,0x7f,0x00,0x00,0x06,0x30,0x00,0x00,0x0c,0x18,0x00,
  521.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x07,0xe0,0x01,
  522.     0x40,0x0d,0xf0,0x03,0xc0,0x1a,0xf0,0x07,0x60,0x35,0xf8,0x0f,
  523.     0xa0,0x2a,0xf8,0x0f,0x50,0x35,0xfc,0x0f,0xb0,0x2a,0xfc,0x0f,
  524.     0x50,0x35,0xfc,0x0f,0xb0,0x6a,0xfc,0x1f,0x50,0x55,0xfc,0x1f,
  525.     0xa8,0x6a,0xfe,0x1f,0x58,0x55,0xfe,0x1f,0xa8,0x6a,0xfe,0x1f,
  526.     0x58,0x55,0xfe,0x1f,0xa8,0x6a,0xfe,0x1f,0x50,0x55,0xfc,0x1f,
  527.     0xe0,0x2a,0xf8,0x0f,0x80,0x3f,0xe0,0x0f,0x00,0x00,0x00,0x00,
  528.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  529. mpr_static(fill_color_ic, 32, 32, 1, fill_color_image);
  530.  
  531. static char fill_image[128]={
  532.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  533.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x03,0x00,
  534.     0x00,0xac,0x06,0x00,0x00,0x54,0x0d,0x00,0x00,0xae,0x1a,0x00,
  535.     0x00,0x56,0x35,0x00,0x00,0xab,0x6a,0x00,0x00,0x55,0xd5,0x00,
  536.     0x00,0xab,0xaa,0x01,0x00,0x55,0x55,0x01,0x00,0xab,0xaa,0x01,
  537.     0x80,0x55,0x55,0x01,0x80,0xaa,0xaa,0x01,0x80,0x55,0x55,0x03,
  538.     0x80,0xaa,0xaa,0x02,0x80,0x55,0x55,0x03,0x00,0xab,0xaa,0x02,
  539.     0x00,0x5e,0x55,0x03,0x00,0xb0,0xaa,0x02,0x00,0x60,0x55,0x03,
  540.     0x00,0xc0,0xaa,0x02,0x00,0x40,0x55,0x01,0x00,0x80,0xff,0x01,
  541.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  542.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  543. mpr_static(fill_ic, 32, 32, 1, fill_image);
  544.  
  545. static char incdec_radius_image[128]={
  546.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  547.     0xff,0x07,0x00,0x1e,0x00,0x38,0x00,0x18,0x00,0xc0,0x00,0x14,
  548.     0x00,0x00,0x03,0x12,0x00,0x00,0x04,0x01,0xff,0x07,0x88,0x00,
  549.     0x00,0x18,0x10,0x00,0x00,0x60,0x20,0x00,0x00,0x80,0x40,0x00,
  550.     0x00,0x00,0x81,0x00,0xff,0x03,0x02,0x01,0x00,0x0c,0x04,0x02,
  551.     0x00,0x10,0x08,0x02,0x00,0x20,0x10,0x04,0x00,0x40,0x20,0x04,
  552.     0xff,0x80,0x20,0x08,0x00,0x03,0x41,0x08,0x00,0x04,0x42,0x08,
  553.     0x00,0x08,0x82,0x10,0x00,0x10,0x84,0x10,0x00,0x11,0x84,0x10,
  554.     0x80,0x20,0x84,0x10,0x48,0x20,0x84,0x10,0x28,0x20,0x84,0x10,
  555.     0x18,0x20,0x84,0x10,0x78,0x20,0x84,0x10,0x00,0x20,0x84,0x10,
  556.     0x00,0x20,0x84,0x10,0x00,0x20,0x84,0x10};
  557. mpr_static(incdec_radius_ic,32,32,1,incdec_radius_image);
  558.  
  559. static char blank_image[128] = {
  560.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  561.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  562.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  563.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  564.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  565.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  566.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  567.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  568.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  569.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  570.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
  571. mpr_static(blank_ic, 32, 32, 1, blank_image);
  572.  
  573.