aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/backslash.bitmap
blob: 8eb4984b333cd507f9c6467a249bbf0e955bd4f0 (plain)
1
2
3
4
5
6
#define backslash_width 16
#define backslash_height 16
static char backslash_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x04, 0x00,
   0x08, 0x00, 0x10, 0x00, 0x20, 0x00, 0x40, 0x00, 0x80, 0x00, 0x00, 0x01,
   0x00, 0x02, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10};