aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/quad.bitmap
blob: 9c36331cd17d055d40536b21996a7d229100ac32 (plain)
1
2
3
4
5
6
#define quad_width 16
#define quad_height 16
static char quad_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x08, 0x04, 0x08, 0x04,
   0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04,
   0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0xf8, 0x07};