bitmaps/Information.xbm
author Claus Gittinger <cg@exept.de>
Fri, 27 Oct 1995 17:52:40 +0100
changeset 168 056daffbbc0e
permissions -rw-r--r--
Initial revision
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
168
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define Information_width 32
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define Information_height 32
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
static char Information_bits[] = {
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x1f, 0x00,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
   0x00, 0xfe, 0x7f, 0x00, 0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0xe0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0x0f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0xf8, 0x3f, 0xfc, 0x1f, 0xf8, 0x3f, 0xfc, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0xf8, 0x3f, 0xfc, 0x1f, 0xf8, 0x3f, 0xfc, 0x1f, 0xf0, 0x3f, 0xfc, 0x0f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
   0xf0, 0x0f, 0xf0, 0x0f, 0xe0, 0xff, 0xff, 0x07, 0xc0, 0xff, 0xff, 0x03,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
   0x80, 0xff, 0xff, 0x01, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xf8, 0x1f, 0x00,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};