summaryrefslogtreecommitdiff
path: root/clients/xzwrite/xzwrite.bitmap
blob: 2accd67874f8bd6ca6a705772a7e244c0fb94150 (plain)
1
2
3
4
5
6
#define z_width 16
#define z_height 16
static char z_bits[] = {
   0xff, 0xff, 0xff, 0x7f, 0x00, 0x38, 0x00, 0x1c, 0x00, 0x0e, 0x00, 0x07,
   0x80, 0x03, 0xc0, 0x01, 0xe0, 0x00, 0x70, 0x00, 0x38, 0x00, 0x1c, 0x00,
   0x0e, 0x00, 0x07, 0x00, 0xff, 0xff, 0xff, 0xff};