aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/parallel.bitmap
blob: 3a46ad67309b79f65f24b3d1a6b09af1036507f1 (plain)
1
2
3
4
5
6
#define parallel_width 16
#define parallel_height 16
static char parallel_bits[] = {
   0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06,
   0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06,
   0x60, 0x06, 0x60, 0x06, 0x60, 0x06, 0x60, 0x06};