bitmaps/ScrollRt.xbm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 04 May 2017 22:34:08 +0200
branchjv
changeset 6187 df5e0e50fe4e
parent 29 50eff3d4b09a
permissions -rw-r--r--
Issue #124, case 1: Added test for this case Actual fix is in stx:libbasic, revision 3563e89f551b. https://swing.fit.cvut.cz/projects/stx-jv/ticket/124#comment:19
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     1
#define ScrollRt_width 16
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     2
#define ScrollRt_height 16
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     3
static char ScrollRt_bits[] = {
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x78, 0x00, 0xf8, 0x01,
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     5
   0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x07, 0xf8, 0x01, 0x78, 0x00,
50eff3d4b09a Initial revision
claus
parents:
diff changeset
     6
   0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};