Skip to content

Instantly share code, notes, and snippets.

@sagittarius-a
Forked from dcat/tile.xbm
Created April 19, 2016 11:52
Show Gist options
  • Save sagittarius-a/8483eac48454eca54210b56c840fe4f0 to your computer and use it in GitHub Desktop.
Save sagittarius-a/8483eac48454eca54210b56c840fe4f0 to your computer and use it in GitHub Desktop.
tile.xbm
#define tile_width 56
#define tile_height 32
static unsigned char tile_bits[] = {
0x01, 0x40, 0x20, 0x10, 0x08, 0x04, 0x00, 0x06, 0x40, 0x20, 0x10, 0x08,
0x04, 0xc0, 0x18, 0x40, 0x20, 0x10, 0x08, 0x04, 0x30, 0x60, 0x40, 0x20,
0x10, 0x08, 0x04, 0x0c, 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0xe0,
0x43, 0x18, 0x10, 0x30, 0x84, 0x0f, 0x98, 0x4c, 0x06, 0x10, 0xc0, 0x64,
0x32, 0x86, 0xf0, 0x01, 0x10, 0x00, 0x1f, 0xc2, 0x81, 0x70, 0x00, 0x10,
0x00, 0x0c, 0x02, 0x81, 0x08, 0x00, 0x6c, 0x00, 0x18, 0x02, 0x81, 0x04,
0x00, 0x83, 0x01, 0x60, 0x02, 0x81, 0x03, 0xc0, 0x00, 0x06, 0x80, 0x03,
0x81, 0x00, 0x20, 0x00, 0x08, 0x00, 0x02, 0x81, 0x03, 0x18, 0x00, 0x30,
0x80, 0x03, 0x81, 0x0c, 0x06, 0x00, 0xc0, 0x60, 0x02, 0x81, 0xb0, 0x01,
0x10, 0x00, 0x1b, 0x02, 0x81, 0x40, 0x00, 0x6c, 0x00, 0x04, 0x02, 0x81,
0x40, 0x00, 0x82, 0x00, 0x04, 0x02, 0x81, 0x40, 0x80, 0x01, 0x03, 0x04,
0x02, 0x81, 0x40, 0x40, 0x00, 0x04, 0x04, 0x02, 0x81, 0x40, 0x70, 0x00,
0x1c, 0x04, 0x02, 0x01, 0x43, 0xac, 0x01, 0x6b, 0x84, 0x01, 0x01, 0x4c,
0x22, 0x82, 0x88, 0x64, 0x00, 0x01, 0xf0, 0x21, 0x6c, 0x08, 0x1f, 0x00,
0x01, 0x60, 0x20, 0x10, 0x08, 0x0c, 0x00, 0x06, 0x80, 0x20, 0x10, 0x08,
0x02, 0xc0, 0x18, 0x00, 0x23, 0x10, 0x88, 0x01, 0x30, 0x60, 0x00, 0x2c,
0x10, 0x68, 0x00, 0x0c, 0x80, 0x00, 0x38, 0x10, 0x38, 0x00, 0x02, 0x00,
0x03, 0x26, 0x10, 0xc8, 0x80, 0x01, 0x00, 0x8c, 0x21, 0x10, 0x08, 0x63,
0x00, 0x00, 0x70, 0x20, 0x10, 0x08, 0x1c, 0x00 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment