bitmaps/stop.xbm
author Claus Gittinger <cg@exept.de>
Wed, 15 Nov 2017 11:56:58 +0100
changeset 6227 ff84138a7915
parent 168 056daffbbc0e
permissions -rw-r--r--
#BUGFIX by cg class: EditTextView changed: #splitLinesAtCharacterOrString care for readonly
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
168
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define stop_width 32
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define stop_height 32
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
static unsigned char stop_bits[] = {
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
   0x00, 0xfe, 0x7f, 0x00, 0x00, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x01,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
   0xc0, 0xff, 0xff, 0x03, 0xe0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x83, 0x71, 0xfc,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xdf, 0xee, 0x6e, 0xfb, 0xdf, 0xef, 0x6e, 0xfb, 0xdf, 0xef, 0x6e, 0xfb,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0x3f, 0xef, 0x6e, 0xfc, 0xff, 0xee, 0x6e, 0xff, 0xff, 0xee, 0x6e, 0xff,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0xdf, 0xee, 0x6e, 0xff, 0x3f, 0xef, 0x71, 0xff, 0xff, 0xff, 0xff, 0xff,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
   0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
   0xe0, 0xff, 0xff, 0x07, 0xc0, 0xff, 0xff, 0x03, 0x80, 0xff, 0xff, 0x01,
056daffbbc0e Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
   0x00, 0xff, 0xff, 0x00, 0x00, 0xfe, 0x7f, 0x00};